Html Css Color HEX #85EBC0 Riptide

📋 copy color: '#85EBC0'

red 133 ◦ green 235 ◦ blue 192

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

Shades of Riptide #85EBC0

Tints of Riptide #85EBC0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.96%

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

R = 23.75%
G = 41.96%
B = 34.29%

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

#85EBC0 (or 0x85EBC0) is known color: Riptide. HEX triplet: 85, EB and C0. RGB value is (133,235,192). Sum of RGB (Red+Green+Blue) = 133+235+192=560 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.75% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EBC0 is #7A143F. Grayscale: #C7C7C7. Windows color (decimal): -8000576 or 12643205. OLE color: 12643205.

HSL color Cylindrical-coordinate representation of color #85EBC0: hue angle of 154.71º degrees, saturation: 0.72, 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 #85EBC0 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 235 192 -
CMYK 0.43 0 0.18 0.08
HSL 154.71º 0.72% 0.72% -
HSV(B) 154.71º 0.43% 0.92% -
XYZ 48.9 68.21 60.46 -
YUV 199.6 123.71 80.5 -
System Red Green Blue C M Y K H S L
Decimal 133 235 192 0.43 0 0.18 0.08 154.71 0.72 0.72
Hex 85 EB C0 2B 0 12 8 9B 48 48
Octal 205 353 300 53 0 22 10 233 110 110
Binary 10000101 11101011 11000000 101011 0 10010 1000 10011011 1001000 1001000

Color Harmonies of #85EBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EBC0

Black with #85EBC0

Text Example


Text Example

White with #85EBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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