Html Css Color HEX #80D9C6 Riptide

📋 copy color: '#80D9C6'

red 128 ◦ green 217 ◦ blue 198

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

Shades of Riptide #80D9C6

Tints of Riptide #80D9C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.46%

R = 23.57%
G = 39.96%
B = 36.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#80D9C6 (or 0x80D9C6) is known color: Riptide. HEX triplet: 80, D9 and C6. RGB value is (128,217,198). Sum of RGB (Red+Green+Blue) = 128+217+198=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #80D9C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D9C6 is #7F2639. Grayscale: #BCBCBC. Windows color (decimal): -8332858 or 13031808. OLE color: 13031808.

HSL color Cylindrical-coordinate representation of color #80D9C6: hue angle of 167.19º 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 #80D9C6 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 217 198 -
CMYK 0.41 0 0.09 0.15
HSL 167.19º 0.54% 0.68% -
HSV(B) 167.19º 0.41% 0.85% -
XYZ 43.91 58.29 62.36 -
YUV 188.22 133.51 85.04 -
System Red Green Blue C M Y K H S L
Decimal 128 217 198 0.41 0 0.09 0.15 167.19 0.54 0.68
Hex 80 D9 C6 29 0 9 F A7 36 44
Octal 200 331 306 51 0 11 17 247 66 104
Binary 10000000 11011001 11000110 101001 0 1001 1111 10100111 110110 1000100

Color Harmonies of #80D9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D9C6

Black with #80D9C6

Text Example


Text Example

White with #80D9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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