Html Css Color HEX #80DACE Riptide

📋 copy color: '#80DACE'

red 128 ◦ green 218 ◦ blue 206

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

Shades of Riptide #80DACE

Tints of Riptide #80DACE

RGB

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

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

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

R = 23.19%
G = 39.49%
B = 37.32%

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

#80DACE (or 0x80DACE) is known color: Riptide. HEX triplet: 80, DA and CE. RGB value is (128,218,206). Sum of RGB (Red+Green+Blue) = 128+218+206=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #80DACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DACE is #7F2531. Grayscale: #BDBDBD. Windows color (decimal): -8332594 or 13556352. OLE color: 13556352.

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

Color convert

RGB 128 218 206 -
CMYK 0.41 0 0.06 0.15
HSL 172º 0.55% 0.68% -
HSV(B) 172º 0.41% 0.85% -
XYZ 45.11 59.19 67.44 -
YUV 189.72 137.18 83.98 -
System Red Green Blue C M Y K H S L
Decimal 128 218 206 0.41 0 0.06 0.15 172 0.55 0.68
Hex 80 DA CE 29 0 6 F AC 37 44
Octal 200 332 316 51 0 6 17 254 67 104
Binary 10000000 11011010 11001110 101001 0 110 1111 10101100 110111 1000100

Color Harmonies of #80DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DACE

Black with #80DACE

Text Example


Text Example

White with #80DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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