Html Css Color HEX #85E5BF Riptide

📋 copy color: '#85E5BF'

red 133 ◦ green 229 ◦ blue 191

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

Shades of Riptide #85E5BF

Tints of Riptide #85E5BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.54%

R = 24.05%
G = 41.41%
B = 34.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#85E5BF (or 0x85E5BF) is known color: Riptide. HEX triplet: 85, E5 and BF. RGB value is (133,229,191). Sum of RGB (Red+Green+Blue) = 133+229+191=553 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.05% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 229 - color contains mainly: green. Hex color #85E5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E5BF is #7A1A40. Grayscale: #C4C4C4. Windows color (decimal): -8002113 or 12576133. OLE color: 12576133.

HSL color Cylindrical-coordinate representation of color #85E5BF: hue angle of 156.25º 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 #85E5BF is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 229 191 -
CMYK 0.42 0 0.17 0.10
HSL 156.25º 0.65% 0.71% -
HSV(B) 156.25º 0.42% 0.9% -
XYZ 47.1 64.79 59.31 -
YUV 195.96 125.2 83.09 -
System Red Green Blue C M Y K H S L
Decimal 133 229 191 0.42 0 0.17 0.10 156.25 0.65 0.71
Hex 85 E5 BF 2A 0 11 A 9C 41 47
Octal 205 345 277 52 0 21 12 234 101 107
Binary 10000101 11100101 10111111 101010 0 10001 1010 10011100 1000001 1000111

Color Harmonies of #85E5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E5BF

Black with #85E5BF

Text Example


Text Example

White with #85E5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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