Html Css Color HEX #85E8D4 Riptide

📋 copy color: '#85E8D4'

red 133 ◦ green 232 ◦ blue 212

#85E8D4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Riptide #85E8D4

Tints of Riptide #85E8D4

RGB

 RED value IS 133 (52.34% from 255) = 23.05%

 GREEN value IS 232 (91.02% from 255) = 40.21%

 BLUE value IS 212 (83.2% from 255) = 36.74%

R = 23.05%
G = 40.21%
B = 36.74%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#85E8D4 (or 0x85E8D4) is known color: Riptide. HEX triplet: 85, E8 and D4. RGB value is (133,232,212). Sum of RGB (Red+Green+Blue) = 133+232+212=577 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.05% from 577); Green value is 232 (91.02% from 255 or 40.21% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 232 - color contains mainly: green. Hex color #85E8D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85E8D4 is #7A172B. Grayscale: #C8C8C8. Windows color (decimal): -8001324 or 13953157. OLE color: 13953157.

HSL color Cylindrical-coordinate representation of color #85E8D4: hue angle of 167.88º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E8D4 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 232 212 -
CMYK 0.43 0 0.09 0.09
HSL 167.88º 0.68% 0.72% -
HSV(B) 167.88º 0.43% 0.91% -
XYZ 50.41 67.45 72.65 -
YUV 200.12 134.7 80.13 -
System Red Green Blue C M Y K H S L
Decimal 133 232 212 0.43 0 0.09 0.09 167.88 0.68 0.72
Hex 85 E8 D4 2B 0 9 9 A8 44 48
Octal 205 350 324 53 0 11 11 250 104 110
Binary 10000101 11101000 11010100 101011 0 1001 1001 10101000 1000100 1001000

Color Harmonies of #85E8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E8D4

Black with #85E8D4

Text Example


Text Example

White with #85E8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,232,212); }

 H1.HeaderClassName
 {
   color: #85E8D4;
 }
 .AnyTagClassName
 {
   color: #85E8D4;
 }
</style>

background-color css

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

 a { background-color: rgb(133,232,212); }

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

border-color css

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

 span { border-color: rgb(133,232,212); }

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