Html Css Color HEX #80DDC2 Riptide

📋 copy color: '#80DDC2'

red 128 ◦ green 221 ◦ blue 194

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

Shades of Riptide #80DDC2

Tints of Riptide #80DDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.73%

R = 23.57%
G = 40.7%
B = 35.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#80DDC2 (or 0x80DDC2) is known color: Riptide. HEX triplet: 80, DD and C2. RGB value is (128,221,194). Sum of RGB (Red+Green+Blue) = 128+221+194=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDC2 is #7F223D. Grayscale: #BEBEBE. Windows color (decimal): -8331838 or 12770688. OLE color: 12770688.

HSL color Cylindrical-coordinate representation of color #80DDC2: hue angle of 162.58º 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 #80DDC2 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 221 194 -
CMYK 0.42 0 0.12 0.13
HSL 162.58º 0.58% 0.68% -
HSV(B) 162.58º 0.42% 0.87% -
XYZ 44.5 60.2 60.31 -
YUV 190.12 130.19 83.7 -
System Red Green Blue C M Y K H S L
Decimal 128 221 194 0.42 0 0.12 0.13 162.58 0.58 0.68
Hex 80 DD C2 2A 0 C D A3 3A 44
Octal 200 335 302 52 0 14 15 243 72 104
Binary 10000000 11011101 11000010 101010 0 1100 1101 10100011 111010 1000100

Color Harmonies of #80DDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DDC2

Black with #80DDC2

Text Example


Text Example

White with #80DDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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