Html Css Color HEX #85EABF Riptide

📋 copy color: '#85EABF'

red 133 ◦ green 234 ◦ blue 191

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

Shades of Riptide #85EABF

Tints of Riptide #85EABF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.94%

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

R = 23.84%
G = 41.94%
B = 34.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#85EABF (or 0x85EABF) is known color: Riptide. HEX triplet: 85, EA and BF. RGB value is (133,234,191). Sum of RGB (Red+Green+Blue) = 133+234+191=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #85EABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EABF is #7A1540. Grayscale: #C6C6C6. Windows color (decimal): -8000833 or 12577413. OLE color: 12577413.

HSL color Cylindrical-coordinate representation of color #85EABF: hue angle of 154.46º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EABF is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 234 191 -
CMYK 0.43 0 0.18 0.08
HSL 154.46º 0.71% 0.72% -
HSV(B) 154.46º 0.43% 0.92% -
XYZ 48.5 67.59 59.78 -
YUV 198.9 123.54 81 -
System Red Green Blue C M Y K H S L
Decimal 133 234 191 0.43 0 0.18 0.08 154.46 0.71 0.72
Hex 85 EA BF 2B 0 12 8 9A 47 48
Octal 205 352 277 53 0 22 10 232 107 110
Binary 10000101 11101010 10111111 101011 0 10010 1000 10011010 1000111 1001000

Color Harmonies of #85EABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EABF

Black with #85EABF

Text Example


Text Example

White with #85EABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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