Html Css Color HEX #80D3CE Riptide

📋 copy color: '#80D3CE'

red 128 ◦ green 211 ◦ blue 206

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

Shades of Riptide #80D3CE

Tints of Riptide #80D3CE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.72%

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

R = 23.49%
G = 38.72%
B = 37.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#80D3CE (or 0x80D3CE) is known color: Riptide. HEX triplet: 80, D3 and CE. RGB value is (128,211,206). Sum of RGB (Red+Green+Blue) = 128+211+206=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 211 - color contains mainly: green. Hex color #80D3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D3CE is #7F2C31. Grayscale: #B9B9B9. Windows color (decimal): -8334386 or 13554560. OLE color: 13554560.

HSL color Cylindrical-coordinate representation of color #80D3CE: hue angle of 176.39º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D3CE is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 211 206 -
CMYK 0.39 0 0.02 0.17
HSL 176.39º 0.49% 0.66% -
HSV(B) 176.39º 0.39% 0.83% -
XYZ 43.34 55.63 66.85 -
YUV 185.61 139.5 86.91 -
System Red Green Blue C M Y K H S L
Decimal 128 211 206 0.39 0 0.02 0.17 176.39 0.49 0.66
Hex 80 D3 CE 27 0 2 11 B0 31 42
Octal 200 323 316 47 0 2 21 260 61 102
Binary 10000000 11010011 11001110 100111 0 10 10001 10110000 110001 1000010

Color Harmonies of #80D3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D3CE

Black with #80D3CE

Text Example


Text Example

White with #80D3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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