Html Css Color HEX #85DDC5 Riptide

📋 copy color: '#85DDC5'

red 133 ◦ green 221 ◦ blue 197

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

Shades of Riptide #85DDC5

Tints of Riptide #85DDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.75%

R = 24.14%
G = 40.11%
B = 35.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#85DDC5 (or 0x85DDC5) is known color: Riptide. HEX triplet: 85, DD and C5. RGB value is (133,221,197). Sum of RGB (Red+Green+Blue) = 133+221+197=551 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.14% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDC5 is #7A223A. Grayscale: #BFBFBF. Windows color (decimal): -8004155 or 12967301. OLE color: 12967301.

HSL color Cylindrical-coordinate representation of color #85DDC5: hue angle of 163.64º 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 #85DDC5 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 221 197 -
CMYK 0.40 0 0.11 0.13
HSL 163.64º 0.56% 0.69% -
HSV(B) 163.64º 0.4% 0.87% -
XYZ 45.61 60.73 62.14 -
YUV 191.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 133 221 197 0.40 0 0.11 0.13 163.64 0.56 0.69
Hex 85 DD C5 28 0 B D A4 38 45
Octal 205 335 305 50 0 13 15 244 70 105
Binary 10000101 11011101 11000101 101000 0 1011 1101 10100100 111000 1000101

Color Harmonies of #85DDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDC5

Black with #85DDC5

Text Example


Text Example

White with #85DDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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