Html Css Color HEX #80DAC6 Riptide

📋 copy color: '#80DAC6'

red 128 ◦ green 218 ◦ blue 198

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

Shades of Riptide #80DAC6

Tints of Riptide #80DAC6

RGB

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

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

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

R = 23.53%
G = 40.07%
B = 36.4%

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

#80DAC6 (or 0x80DAC6) is known color: Riptide. HEX triplet: 80, DA and C6. RGB value is (128,218,198). Sum of RGB (Red+Green+Blue) = 128+218+198=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #80DAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DAC6 is #7F2539. Grayscale: #BCBCBC. Windows color (decimal): -8332602 or 13032064. OLE color: 13032064.

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

Color convert

RGB 128 218 198 -
CMYK 0.41 0 0.09 0.15
HSL 166.67º 0.55% 0.68% -
HSV(B) 166.67º 0.41% 0.85% -
XYZ 44.17 58.81 62.45 -
YUV 188.81 133.18 84.63 -
System Red Green Blue C M Y K H S L
Decimal 128 218 198 0.41 0 0.09 0.15 166.67 0.55 0.68
Hex 80 DA C6 29 0 9 F A7 37 44
Octal 200 332 306 51 0 11 17 247 67 104
Binary 10000000 11011010 11000110 101001 0 1001 1111 10100111 110111 1000100

Color Harmonies of #80DAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DAC6

Black with #80DAC6

Text Example


Text Example

White with #80DAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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