Html Css Color HEX #80D9CE Riptide

📋 copy color: '#80D9CE'

red 128 ◦ green 217 ◦ blue 206

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

Shades of Riptide #80D9CE

Tints of Riptide #80D9CE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.38%

 BLUE value IS 206 (80.86% from 255) = 37.39%

R = 23.23%
G = 39.38%
B = 37.39%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#80D9CE (or 0x80D9CE) is known color: Riptide. HEX triplet: 80, D9 and CE. RGB value is (128,217,206). Sum of RGB (Red+Green+Blue) = 128+217+206=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #80D9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D9CE is #7F2631. Grayscale: #BDBDBD. Windows color (decimal): -8332850 or 13556096. OLE color: 13556096.

HSL color Cylindrical-coordinate representation of color #80D9CE: hue angle of 172.58º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D9CE is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 217 206 -
CMYK 0.41 0 0.05 0.15
HSL 172.58º 0.54% 0.68% -
HSV(B) 172.58º 0.41% 0.85% -
XYZ 44.86 58.67 67.35 -
YUV 189.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 128 217 206 0.41 0 0.05 0.15 172.58 0.54 0.68
Hex 80 D9 CE 29 0 5 F AD 36 44
Octal 200 331 316 51 0 5 17 255 66 104
Binary 10000000 11011001 11001110 101001 0 101 1111 10101101 110110 1000100

Color Harmonies of #80D9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D9CE

Black with #80D9CE

Text Example


Text Example

White with #80D9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,217,206); }

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

background-color css

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

 a { background-color: rgb(128,217,206); }

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

border-color css

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

 span { border-color: rgb(128,217,206); }

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