Html Css Color HEX #85EBC6 Riptide

📋 copy color: '#85EBC6'

red 133 ◦ green 235 ◦ blue 198

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

Shades of Riptide #85EBC6

Tints of Riptide #85EBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.98%

R = 23.5%
G = 41.52%
B = 34.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#85EBC6 (or 0x85EBC6) is known color: Riptide. HEX triplet: 85, EB and C6. RGB value is (133,235,198). Sum of RGB (Red+Green+Blue) = 133+235+198=566 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.50% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EBC6 is #7A1439. Grayscale: #C8C8C8. Windows color (decimal): -8000570 or 13036421. OLE color: 13036421.

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

Color convert

RGB 133 235 198 -
CMYK 0.43 0 0.16 0.08
HSL 158.24º 0.72% 0.72% -
HSV(B) 158.24º 0.43% 0.92% -
XYZ 49.57 68.48 64.03 -
YUV 200.28 126.71 80.01 -
System Red Green Blue C M Y K H S L
Decimal 133 235 198 0.43 0 0.16 0.08 158.24 0.72 0.72
Hex 85 EB C6 2B 0 10 8 9E 48 48
Octal 205 353 306 53 0 20 10 236 110 110
Binary 10000101 11101011 11000110 101011 0 10000 1000 10011110 1001000 1001000

Color Harmonies of #85EBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EBC6

Black with #85EBC6

Text Example


Text Example

White with #85EBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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