Html Css Color HEX #85E9D1 Riptide

📋 copy color: '#85E9D1'

red 133 ◦ green 233 ◦ blue 209

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

Shades of Riptide #85E9D1

Tints of Riptide #85E9D1

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.52%

 BLUE value IS 209 (82.03% from 255) = 36.35%

R = 23.13%
G = 40.52%
B = 36.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#85E9D1 (or 0x85E9D1) is known color: Riptide. HEX triplet: 85, E9 and D1. RGB value is (133,233,209). Sum of RGB (Red+Green+Blue) = 133+233+209=575 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.13% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #85E9D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85E9D1 is #7A162E. Grayscale: #C8C8C8. Windows color (decimal): -8001071 or 13756805. OLE color: 13756805.

HSL color Cylindrical-coordinate representation of color #85E9D1: hue angle of 165.6º degrees, saturation: 0.69, 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 #85E9D1 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 233 209 -
CMYK 0.43 0 0.10 0.09
HSL 165.6º 0.69% 0.72% -
HSV(B) 165.6º 0.43% 0.91% -
XYZ 50.32 67.87 70.77 -
YUV 200.36 132.87 79.95 -
System Red Green Blue C M Y K H S L
Decimal 133 233 209 0.43 0 0.10 0.09 165.6 0.69 0.72
Hex 85 E9 D1 2B 0 A 9 A6 45 48
Octal 205 351 321 53 0 12 11 246 105 110
Binary 10000101 11101001 11010001 101011 0 1010 1001 10100110 1000101 1001000

Color Harmonies of #85E9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E9D1

Black with #85E9D1

Text Example


Text Example

White with #85E9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,233,209); }

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

background-color css

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

 a { background-color: rgb(133,233,209); }

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

border-color css

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

 span { border-color: rgb(133,233,209); }

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