#75EBD3

Color #75EBD3 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #75EBD3

Tints of Aquamarine #75EBD3

Color information

#75EBD3 (or 0x75EBD3) is unknown color: approx Aquamarine. HEX triplet: 75, EB and D3. RGB value is (117,235,211). Sum of RGB (Red+Green+Blue) = 117+235+211=563 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.78% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #75EBD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EBD3 is #8A142C. Grayscale: #C4C4C4. Windows color (decimal): -9049133 or 13888373. OLE color: 13888373.

HSL color Cylindrical-coordinate representation of color #75EBD3: hue angle of 167.8º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EBD3 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB117235211-
CMYK0.5000.100.08
HSL167.8º74.68%69.02%-
HSV(B)167.8º50.21%92.16%-
XYZ48.867.972.16-
YUV196.98135.9170.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 20.78%
GREEN value IS 235 (92.19% from 255) = 41.74%
BLUE value IS 211 (82.81% from 255) = 37.48%
R=20.78%
G=41.74%
B=37.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172352110.5000.100.08167.874.6869.02
Hex75EBD3320A8a84b45
Octal1653533236201210250113105
Binary111010111101011110100111100100101010001010100010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75EBD3; }

 p { color: rgb(117,235,211); }

 H1.HeaderClassName
 {
   color: #75EBD3;
 }
 .AnyTagClassName
 {
   color: #75EBD3;
 }
</style>
background-color css

<style>
 a { background-color: #75EBD3; }

 a { background-color: rgb(117,235,211); }

 div.DivClassName
 {
   background-color: #75EBD3;
 }
 .BgClassName
 {
   background-color: #75EBD3;
 }
</style>
border-color css

<style>
 span { border-color: #75EBD3; }

 span { border-color: rgb(117,235,211); }

 td.TdClassName
 {
   border-color: #75EBD3;
 }
 .TagClassName
 {
   border-color: #75EBD3;
 }
</style>