Html Css Color HEX #85EDBE Riptide

📋 copy color: '#85EDBE'

red 133 ◦ green 237 ◦ blue 190

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

Shades of Riptide #85EDBE

Tints of Riptide #85EDBE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.32%

 BLUE value IS 190 (74.61% from 255) = 33.93%

R = 23.75%
G = 42.32%
B = 33.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#85EDBE (or 0x85EDBE) is known color: Riptide. HEX triplet: 85, ED and BE. RGB value is (133,237,190). Sum of RGB (Red+Green+Blue) = 133+237+190=560 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.75% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #85EDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EDBE is #7A1241. Grayscale: #C8C8C8. Windows color (decimal): -8000066 or 12512645. OLE color: 12512645.

HSL color Cylindrical-coordinate representation of color #85EDBE: hue angle of 152.88º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EDBE is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 237 190 -
CMYK 0.44 0 0.20 0.07
HSL 152.88º 0.74% 0.73% -
HSV(B) 152.88º 0.44% 0.93% -
XYZ 49.25 69.27 59.49 -
YUV 200.55 122.04 79.82 -
System Red Green Blue C M Y K H S L
Decimal 133 237 190 0.44 0 0.20 0.07 152.88 0.74 0.73
Hex 85 ED BE 2C 0 14 7 99 4A 49
Octal 205 355 276 54 0 24 7 231 112 111
Binary 10000101 11101101 10111110 101100 0 10100 111 10011001 1001010 1001001

Color Harmonies of #85EDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EDBE

Black with #85EDBE

Text Example


Text Example

White with #85EDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,237,190); }

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

background-color css

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

 a { background-color: rgb(133,237,190); }

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

border-color css

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

 span { border-color: rgb(133,237,190); }

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