#85ECCC

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

Shades of Riptide #85ECCC

Tints of Riptide #85ECCC

Color information

#85ECCC (or 0x85ECCC) is unknown color: approx Riptide. HEX triplet: 85, EC and CC. RGB value is (133,236,204). Sum of RGB (Red+Green+Blue) = 133+236+204=573 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.21% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85ECCC is #7A1333. Grayscale: #C9C9C9. Windows color (decimal): -8000308 or 13429893. OLE color: 13429893.

HSL color Cylindrical-coordinate representation of color #85ECCC: hue angle of 161.36º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ECCC is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB133236204-
CMYK0.4400.140.07
HSL161.36º73.05%72.35%-
HSV(B)161.36º43.64%92.55%-
XYZ50.5769.3467.84-
YUV201.55129.3879.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.21%
GREEN value IS 236 (92.58% from 255) = 41.19%
BLUE value IS 204 (80.08% from 255) = 35.60%
R=23.21%
G=41.19%
B=35.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332362040.4400.140.07161.3673.0572.35
Hex85ECCC2C0E7a14948
Octal205354314540167241111110
Binary100001011110110011001100101100011101111010000110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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