Html Css Color HEX #80DBC9 Riptide

📋 copy color: '#80DBC9'

red 128 ◦ green 219 ◦ blue 201

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

Shades of Riptide #80DBC9

Tints of Riptide #80DBC9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.96%

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

R = 23.36%
G = 39.96%
B = 36.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#80DBC9 (or 0x80DBC9) is known color: Riptide. HEX triplet: 80, DB and C9. RGB value is (128,219,201). Sum of RGB (Red+Green+Blue) = 128+219+201=548 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.36% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #80DBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DBC9 is #7F2436. Grayscale: #BDBDBD. Windows color (decimal): -8332343 or 13228928. OLE color: 13228928.

HSL color Cylindrical-coordinate representation of color #80DBC9: hue angle of 168.13º degrees, saturation: 0.56, 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 #80DBC9 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 219 201 -
CMYK 0.42 0 0.08 0.14
HSL 168.13º 0.56% 0.68% -
HSV(B) 168.13º 0.42% 0.86% -
XYZ 44.78 59.47 64.38 -
YUV 189.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 128 219 201 0.42 0 0.08 0.14 168.13 0.56 0.68
Hex 80 DB C9 2A 0 8 E A8 38 44
Octal 200 333 311 52 0 10 16 250 70 104
Binary 10000000 11011011 11001001 101010 0 1000 1110 10101000 111000 1000100

Color Harmonies of #80DBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DBC9

Black with #80DBC9

Text Example


Text Example

White with #80DBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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