Html Css Color HEX #80DFCD Riptide

📋 copy color: '#80DFCD'

red 128 ◦ green 223 ◦ blue 205

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

Shades of Riptide #80DFCD

Tints of Riptide #80DFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.11%

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

R = 23.02%
G = 40.11%
B = 36.87%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#80DFCD (or 0x80DFCD) is known color: Riptide. HEX triplet: 80, DF and CD. RGB value is (128,223,205). Sum of RGB (Red+Green+Blue) = 128+223+205=556 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.02% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFCD is #7F2032. Grayscale: #C0C0C0. Windows color (decimal): -8331315 or 13492096. OLE color: 13492096.

HSL color Cylindrical-coordinate representation of color #80DFCD: hue angle of 168.63º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DFCD is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 223 205 -
CMYK 0.43 0 0.08 0.13
HSL 168.63º 0.6% 0.69% -
HSV(B) 168.63º 0.43% 0.87% -
XYZ 46.31 61.77 67.24 -
YUV 192.54 135.03 81.96 -
System Red Green Blue C M Y K H S L
Decimal 128 223 205 0.43 0 0.08 0.13 168.63 0.6 0.69
Hex 80 DF CD 2B 0 8 D A9 3C 45
Octal 200 337 315 53 0 10 15 251 74 105
Binary 10000000 11011111 11001101 101011 0 1000 1101 10101001 111100 1000101

Color Harmonies of #80DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DFCD

Black with #80DFCD

Text Example


Text Example

White with #80DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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