Html Css Color HEX #80DDCC Riptide

📋 copy color: '#80DDCC'

red 128 ◦ green 221 ◦ blue 204

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

Shades of Riptide #80DDCC

Tints of Riptide #80DDCC

RGB

 RED value IS 128 (50.39% from 255) = 23.15%

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

 BLUE value IS 204 (80.08% from 255) = 36.89%

R = 23.15%
G = 39.96%
B = 36.89%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#80DDCC (or 0x80DDCC) is known color: Riptide. HEX triplet: 80, DD and CC. RGB value is (128,221,204). Sum of RGB (Red+Green+Blue) = 128+221+204=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDCC is #7F2233. Grayscale: #BFBFBF. Windows color (decimal): -8331828 or 13426048. OLE color: 13426048.

HSL color Cylindrical-coordinate representation of color #80DDCC: hue angle of 169.03º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DDCC is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 221 204 -
CMYK 0.42 0 0.08 0.13
HSL 169.03º 0.58% 0.68% -
HSV(B) 169.03º 0.42% 0.87% -
XYZ 45.66 60.66 66.43 -
YUV 191.26 135.19 82.88 -
System Red Green Blue C M Y K H S L
Decimal 128 221 204 0.42 0 0.08 0.13 169.03 0.58 0.68
Hex 80 DD CC 2A 0 8 D A9 3A 44
Octal 200 335 314 52 0 10 15 251 72 104
Binary 10000000 11011101 11001100 101010 0 1000 1101 10101001 111010 1000100

Color Harmonies of #80DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DDCC

Black with #80DDCC

Text Example


Text Example

White with #80DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80DDCC; }

 p { color: rgb(128,221,204); }

 H1.HeaderClassName
 {
   color: #80DDCC;
 }
 .AnyTagClassName
 {
   color: #80DDCC;
 }
</style>

background-color css

<style>
 a { background-color: #80DDCC; }

 a { background-color: rgb(128,221,204); }

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

border-color css

<style>
 span { border-color: #80DDCC; }

 span { border-color: rgb(128,221,204); }

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