Html Css Color HEX #80DACD Riptide

📋 copy color: '#80DACD'

red 128 ◦ green 218 ◦ blue 205

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

Shades of Riptide #80DACD

Tints of Riptide #80DACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.21%

R = 23.23%
G = 39.56%
B = 37.21%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#80DACD (or 0x80DACD) is known color: Riptide. HEX triplet: 80, DA and CD. RGB value is (128,218,205). Sum of RGB (Red+Green+Blue) = 128+218+205=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #80DACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DACD is #7F2532. Grayscale: #BDBDBD. Windows color (decimal): -8332595 or 13490816. OLE color: 13490816.

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

Color convert

RGB 128 218 205 -
CMYK 0.41 0 0.06 0.15
HSL 171.33º 0.55% 0.68% -
HSV(B) 171.33º 0.41% 0.85% -
XYZ 44.99 59.14 66.8 -
YUV 189.61 136.68 84.06 -
System Red Green Blue C M Y K H S L
Decimal 128 218 205 0.41 0 0.06 0.15 171.33 0.55 0.68
Hex 80 DA CD 29 0 6 F AB 37 44
Octal 200 332 315 51 0 6 17 253 67 104
Binary 10000000 11011010 11001101 101001 0 110 1111 10101011 110111 1000100

Color Harmonies of #80DACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DACD

Black with #80DACD

Text Example


Text Example

White with #80DACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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