#85EAC3

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

Shades of Riptide #85EAC3

Tints of Riptide #85EAC3

Color information

#85EAC3 (or 0x85EAC3) is unknown color: approx Riptide. HEX triplet: 85, EA and C3. RGB value is (133,234,195). Sum of RGB (Red+Green+Blue) = 133+234+195=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #85EAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EAC3 is #7A153C. Grayscale: #C7C7C7. Windows color (decimal): -8000829 or 12839557. OLE color: 12839557.

HSL color Cylindrical-coordinate representation of color #85EAC3: hue angle of 156.83º 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 #85EAC3 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB133234195-
CMYK0.4300.170.08
HSL156.83º70.63%71.96%-
HSV(B)156.83º43.16%91.76%-
XYZ48.9567.7762.13-
YUV199.36125.5480.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.67%
GREEN value IS 234 (91.80% from 255) = 41.64%
BLUE value IS 195 (76.56% from 255) = 34.70%
R=23.67%
G=41.64%
B=34.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332341950.4300.170.08156.8370.6371.96
Hex85EAC32B01189d4748
Octal2053523035302110235107110
Binary10000101111010101100001110101101000110001001110110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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