Html Css Color HEX #85E2DB Riptide

📋 copy color: '#85E2DB'

red 133 ◦ green 226 ◦ blue 219

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

Shades of Riptide #85E2DB

Tints of Riptide #85E2DB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.1%

 BLUE value IS 219 (85.94% from 255) = 37.89%

R = 23.01%
G = 39.1%
B = 37.89%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#85E2DB (or 0x85E2DB) is known color: Riptide. HEX triplet: 85, E2 and DB. RGB value is (133,226,219). Sum of RGB (Red+Green+Blue) = 133+226+219=578 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.01% from 578); Green value is 226 (88.67% from 255 or 39.10% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 226 - color contains mainly: green. Hex color #85E2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E2DB is #7A1D24. Grayscale: #C5C5C5. Windows color (decimal): -8002853 or 14410373. OLE color: 14410373.

HSL color Cylindrical-coordinate representation of color #85E2DB: hue angle of 175.48º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E2DB is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 226 219 -
CMYK 0.41 0 0.03 0.11
HSL 175.48º 0.62% 0.7% -
HSV(B) 175.48º 0.41% 0.89% -
XYZ 49.66 64.49 76.85 -
YUV 197.4 140.19 82.07 -
System Red Green Blue C M Y K H S L
Decimal 133 226 219 0.41 0 0.03 0.11 175.48 0.62 0.7
Hex 85 E2 DB 29 0 3 B AF 3E 46
Octal 205 342 333 51 0 3 13 257 76 106
Binary 10000101 11100010 11011011 101001 0 11 1011 10101111 111110 1000110

Color Harmonies of #85E2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E2DB

Black with #85E2DB

Text Example


Text Example

White with #85E2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,226,219); }

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

background-color css

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

 a { background-color: rgb(133,226,219); }

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

border-color css

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

 span { border-color: rgb(133,226,219); }

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