#80DFC4

Color #80DFC4 Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #80DFC4

Tints of Riptide #80DFC4

Color information

#80DFC4 (or 0x80DFC4) is unknown color: approx Riptide. HEX triplet: 80, DF and C4. RGB value is (128,223,196). Sum of RGB (Red+Green+Blue) = 128+223+196=547 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.40% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFC4 is #7F203B. Grayscale: #BFBFBF. Windows color (decimal): -8331324 or 12902272. OLE color: 12902272.

HSL color Cylindrical-coordinate representation of color #80DFC4: hue angle of 162.95º 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 #80DFC4 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB128223196-
CMYK0.4300.120.13
HSL162.95º59.75%68.82%-
HSV(B)162.95º42.6%87.45%-
XYZ45.2561.3561.68-
YUV191.52130.5382.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.40%
GREEN value IS 223 (87.5% from 255) = 40.77%
BLUE value IS 196 (76.95% from 255) = 35.83%
R=23.40%
G=40.77%
B=35.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282231960.4300.120.13162.9559.7568.82
Hex80DFC42B0CDa33c45
Octal200337304530141524374105
Binary100000001101111111000100101011011001101101000111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80DFC4;
 }
 .AnyTagClassName
 {
   color: #80DFC4;
 }
</style>
background-color css

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

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

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

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

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

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