Html Css Color HEX #80DCC9 Riptide

📋 copy color: '#80DCC9'

red 128 ◦ green 220 ◦ blue 201

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

Shades of Riptide #80DCC9

Tints of Riptide #80DCC9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.07%

 BLUE value IS 201 (78.91% from 255) = 36.61%

R = 23.32%
G = 40.07%
B = 36.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#80DCC9 (or 0x80DCC9) is known color: Riptide. HEX triplet: 80, DC and C9. RGB value is (128,220,201). Sum of RGB (Red+Green+Blue) = 128+220+201=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DCC9 is #7F2336. Grayscale: #BEBEBE. Windows color (decimal): -8332087 or 13229184. OLE color: 13229184.

HSL color Cylindrical-coordinate representation of color #80DCC9: hue angle of 167.61º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DCC9 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 220 201 -
CMYK 0.42 0 0.09 0.14
HSL 167.61º 0.57% 0.68% -
HSV(B) 167.61º 0.42% 0.86% -
XYZ 45.04 59.99 64.46 -
YUV 190.33 134.02 83.54 -
System Red Green Blue C M Y K H S L
Decimal 128 220 201 0.42 0 0.09 0.14 167.61 0.57 0.68
Hex 80 DC C9 2A 0 9 E A8 39 44
Octal 200 334 311 52 0 11 16 250 71 104
Binary 10000000 11011100 11001001 101010 0 1001 1110 10101000 111001 1000100

Color Harmonies of #80DCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DCC9

Black with #80DCC9

Text Example


Text Example

White with #80DCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,220,201); }

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

background-color css

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

 a { background-color: rgb(128,220,201); }

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

border-color css

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

 span { border-color: rgb(128,220,201); }

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