#85F0CC

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

Shades of Aquamarine #85F0CC

Tints of Aquamarine #85F0CC

Color information

#85F0CC (or 0x85F0CC) is unknown color: approx Aquamarine. HEX triplet: 85, F0 and CC. RGB value is (133,240,204). Sum of RGB (Red+Green+Blue) = 133+240+204=577 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.05% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #85F0CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F0CC is #7A0F33. Grayscale: #CBCBCB. Windows color (decimal): -7999284 or 13430917. OLE color: 13430917.

HSL color Cylindrical-coordinate representation of color #85F0CC: hue angle of 159.81º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F0CC is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB133240204-
CMYK0.4500.150.06
HSL159.81º78.1%73.14%-
HSV(B)159.81º44.58%94.12%-
XYZ51.7371.6768.23-
YUV203.9128.0577.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.05%
GREEN value IS 240 (94.14% from 255) = 41.59%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=23.05%
G=41.59%
B=35.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1332402040.4500.150.06159.8178.173.14
Hex85F0CC2D0F6a04e49
Octal205360314550176240116111
Binary100001011111000011001100101101011111101010000010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85F0CC; }

 p { color: rgb(133,240,204); }

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

<style>
 a { background-color: #85F0CC; }

 a { background-color: rgb(133,240,204); }

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

<style>
 span { border-color: #85F0CC; }

 span { border-color: rgb(133,240,204); }

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