Html Css Color HEX #80DAC7 Riptide

📋 copy color: '#80DAC7'

red 128 ◦ green 218 ◦ blue 199

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

Shades of Riptide #80DAC7

Tints of Riptide #80DAC7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40%

 BLUE value IS 199 (78.13% from 255) = 36.51%

R = 23.49%
G = 40%
B = 36.51%

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

#80DAC7 (or 0x80DAC7) is known color: Riptide. HEX triplet: 80, DA and C7. RGB value is (128,218,199). Sum of RGB (Red+Green+Blue) = 128+218+199=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #80DAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DAC7 is #7F2538. Grayscale: #BCBCBC. Windows color (decimal): -8332601 or 13097600. OLE color: 13097600.

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

Color convert

RGB 128 218 199 -
CMYK 0.41 0 0.09 0.15
HSL 167.33º 0.55% 0.68% -
HSV(B) 167.33º 0.41% 0.85% -
XYZ 44.28 58.86 63.06 -
YUV 188.92 133.68 84.54 -
System Red Green Blue C M Y K H S L
Decimal 128 218 199 0.41 0 0.09 0.15 167.33 0.55 0.68
Hex 80 DA C7 29 0 9 F A7 37 44
Octal 200 332 307 51 0 11 17 247 67 104
Binary 10000000 11011010 11000111 101001 0 1001 1111 10100111 110111 1000100

Color Harmonies of #80DAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DAC7

Black with #80DAC7

Text Example


Text Example

White with #80DAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,218,199); }

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

background-color css

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

 a { background-color: rgb(128,218,199); }

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

border-color css

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

 span { border-color: rgb(128,218,199); }

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