#75F1CB

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

Shades of Aquamarine #75F1CB

Tints of Aquamarine #75F1CB

Color information

#75F1CB (or 0x75F1CB) is unknown color: approx Aquamarine. HEX triplet: 75, F1 and CB. RGB value is (117,241,203). Sum of RGB (Red+Green+Blue) = 117+241+203=561 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.86% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #75F1CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F1CB is #8A0E34. Grayscale: #C7C7C7. Windows color (decimal): -9047605 or 13365621. OLE color: 13365621.

HSL color Cylindrical-coordinate representation of color #75F1CB: hue angle of 161.61º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F1CB is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB117241203-
CMYK0.5100.160.05
HSL161.61º81.58%70.2%-
HSV(B)161.61º51.45%94.51%-
XYZ49.577167.59-
YUV199.59129.9269.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.86%
GREEN value IS 241 (94.53% from 255) = 42.96%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=20.86%
G=42.96%
B=36.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172412030.5100.160.05161.6181.5870.2
Hex75F1CB330105a25246
Octal165361313630205242122106
Binary111010111110001110010111100110100001011010001010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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