#85EACA

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

Shades of Riptide #85EACA

Tints of Riptide #85EACA

Color information

#85EACA (or 0x85EACA) is unknown color: approx Riptide. HEX triplet: 85, EA and CA. RGB value is (133,234,202). Sum of RGB (Red+Green+Blue) = 133+234+202=569 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.37% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #85EACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EACA is #7A1535. Grayscale: #C8C8C8. Windows color (decimal): -8000822 or 13298309. OLE color: 13298309.

HSL color Cylindrical-coordinate representation of color #85EACA: hue angle of 160.99º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EACA is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB133234202-
CMYK0.4300.140.08
HSL160.99º70.63%71.96%-
HSV(B)160.99º43.16%91.76%-
XYZ49.7668.166.4-
YUV200.15129.0480.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.37%
GREEN value IS 234 (91.80% from 255) = 41.12%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=23.37%
G=41.12%
B=35.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332342020.4300.140.08160.9970.6371.96
Hex85EACA2B0E8a14748
Octal2053523125301610241107110
Binary1000010111101010110010101010110111010001010000110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,234,202); }

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

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

 a { background-color: rgb(133,234,202); }

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

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

 span { border-color: rgb(133,234,202); }

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