Html Css Color HEX #85DDC6 Riptide

📋 copy color: '#85DDC6'

red 133 ◦ green 221 ◦ blue 198

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

Shades of Riptide #85DDC6

Tints of Riptide #85DDC6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.04%

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

R = 24.09%
G = 40.04%
B = 35.87%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#85DDC6 (or 0x85DDC6) is known color: Riptide. HEX triplet: 85, DD and C6. RGB value is (133,221,198). Sum of RGB (Red+Green+Blue) = 133+221+198=552 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.09% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDC6 is #7A2239. Grayscale: #C0C0C0. Windows color (decimal): -8004154 or 13032837. OLE color: 13032837.

HSL color Cylindrical-coordinate representation of color #85DDC6: hue angle of 164.32º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DDC6 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 221 198 -
CMYK 0.40 0 0.10 0.13
HSL 164.32º 0.56% 0.69% -
HSV(B) 164.32º 0.4% 0.87% -
XYZ 45.72 60.78 62.75 -
YUV 192.07 131.35 85.87 -
System Red Green Blue C M Y K H S L
Decimal 133 221 198 0.40 0 0.10 0.13 164.32 0.56 0.69
Hex 85 DD C6 28 0 A D A4 38 45
Octal 205 335 306 50 0 12 15 244 70 105
Binary 10000101 11011101 11000110 101000 0 1010 1101 10100100 111000 1000101

Color Harmonies of #85DDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDC6

Black with #85DDC6

Text Example


Text Example

White with #85DDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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