Html Css Color HEX #80DDCD Riptide

📋 copy color: '#80DDCD'

red 128 ◦ green 221 ◦ blue 205

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

Shades of Riptide #80DDCD

Tints of Riptide #80DDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.89%

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

R = 23.1%
G = 39.89%
B = 37%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#80DDCD (or 0x80DDCD) is known color: Riptide. HEX triplet: 80, DD and CD. RGB value is (128,221,205). Sum of RGB (Red+Green+Blue) = 128+221+205=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDCD is #7F2232. Grayscale: #BFBFBF. Windows color (decimal): -8331827 or 13491584. OLE color: 13491584.

HSL color Cylindrical-coordinate representation of color #80DDCD: hue angle of 169.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DDCD is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 221 205 -
CMYK 0.42 0 0.07 0.13
HSL 169.68º 0.58% 0.68% -
HSV(B) 169.68º 0.42% 0.87% -
XYZ 45.78 60.71 67.06 -
YUV 191.37 135.69 82.8 -
System Red Green Blue C M Y K H S L
Decimal 128 221 205 0.42 0 0.07 0.13 169.68 0.58 0.68
Hex 80 DD CD 2A 0 7 D AA 3A 44
Octal 200 335 315 52 0 7 15 252 72 104
Binary 10000000 11011101 11001101 101010 0 111 1101 10101010 111010 1000100

Color Harmonies of #80DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DDCD

Black with #80DDCD

Text Example


Text Example

White with #80DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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