Html Css Color HEX #85E1C0 Riptide

📋 copy color: '#85E1C0'

red 133 ◦ green 225 ◦ blue 192

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

Shades of Riptide #85E1C0

Tints of Riptide #85E1C0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.91%

 BLUE value IS 192 (75.39% from 255) = 34.91%

R = 24.18%
G = 40.91%
B = 34.91%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#85E1C0 (or 0x85E1C0) is known color: Riptide. HEX triplet: 85, E1 and C0. RGB value is (133,225,192). Sum of RGB (Red+Green+Blue) = 133+225+192=550 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.18% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #85E1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E1C0 is #7A1E3F. Grayscale: #C1C1C1. Windows color (decimal): -8003136 or 12640645. OLE color: 12640645.

HSL color Cylindrical-coordinate representation of color #85E1C0: hue angle of 158.48º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E1C0 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 225 192 -
CMYK 0.41 0 0.15 0.12
HSL 158.48º 0.61% 0.7% -
HSV(B) 158.48º 0.41% 0.88% -
XYZ 46.11 62.64 59.53 -
YUV 193.73 127.02 84.68 -
System Red Green Blue C M Y K H S L
Decimal 133 225 192 0.41 0 0.15 0.12 158.48 0.61 0.7
Hex 85 E1 C0 29 0 F C 9E 3D 46
Octal 205 341 300 51 0 17 14 236 75 106
Binary 10000101 11100001 11000000 101001 0 1111 1100 10011110 111101 1000110

Color Harmonies of #85E1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E1C0

Black with #85E1C0

Text Example


Text Example

White with #85E1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,225,192); }

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

background-color css

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

 a { background-color: rgb(133,225,192); }

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

border-color css

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

 span { border-color: rgb(133,225,192); }

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