Html Css Color HEX #85E5DA Riptide

📋 copy color: '#85E5DA'

red 133 ◦ green 229 ◦ blue 218

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

Shades of Riptide #85E5DA

Tints of Riptide #85E5DA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.48%

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 22.93%
G = 39.48%
B = 37.59%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#85E5DA (or 0x85E5DA) is known color: Riptide. HEX triplet: 85, E5 and DA. RGB value is (133,229,218). Sum of RGB (Red+Green+Blue) = 133+229+218=580 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.93% from 580); Green value is 229 (89.84% from 255 or 39.48% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 229 - color contains mainly: green. Hex color #85E5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E5DA is #7A1A25. Grayscale: #C6C6C6. Windows color (decimal): -8002086 or 14345605. OLE color: 14345605.

HSL color Cylindrical-coordinate representation of color #85E5DA: hue angle of 173.12º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E5DA is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 229 218 -
CMYK 0.42 0 0.05 0.10
HSL 173.13º 0.65% 0.71% -
HSV(B) 173.13º 0.42% 0.9% -
XYZ 50.35 66.09 76.43 -
YUV 199.04 138.7 80.89 -
System Red Green Blue C M Y K H S L
Decimal 133 229 218 0.42 0 0.05 0.10 173.13 0.65 0.71
Hex 85 E5 DA 2A 0 5 A AD 41 47
Octal 205 345 332 52 0 5 12 255 101 107
Binary 10000101 11100101 11011010 101010 0 101 1010 10101101 1000001 1000111

Color Harmonies of #85E5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E5DA

Black with #85E5DA

Text Example


Text Example

White with #85E5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,229,218); }

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

background-color css

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

 a { background-color: rgb(133,229,218); }

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

border-color css

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

 span { border-color: rgb(133,229,218); }

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