#75F4CB

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

Shades of Aquamarine #75F4CB

Tints of Aquamarine #75F4CB

Color information

#75F4CB (or 0x75F4CB) is unknown color: approx Aquamarine. HEX triplet: 75, F4 and CB. RGB value is (117,244,203). Sum of RGB (Red+Green+Blue) = 117+244+203=564 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.74% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 244 - color contains mainly: green. Hex color #75F4CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F4CB is #8A0B34. Grayscale: #C9C9C9. Windows color (decimal): -9046837 or 13366389. OLE color: 13366389.

HSL color Cylindrical-coordinate representation of color #75F4CB: hue angle of 160.63º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F4CB is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB117244203-
CMYK0.5200.170.04
HSL160.63º85.23%70.78%-
HSV(B)160.63º52.05%95.69%-
XYZ50.4772.867.89-
YUV201.35128.9267.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.74%
GREEN value IS 244 (95.70% from 255) = 43.26%
BLUE value IS 203 (79.69% from 255) = 35.99%
R=20.74%
G=43.26%
B=35.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1172442030.5200.170.04160.6385.2370.78
Hex75F4CB340114a15547
Octal165364313640214241125107
Binary111010111110100110010111101000100011001010000110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,244,203); }

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

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

 a { background-color: rgb(117,244,203); }

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

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

 span { border-color: rgb(117,244,203); }

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