#74DFB8

Color #74DFB8 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #74DFB8

Tints of Downy #74DFB8

Color information

#74DFB8 (or 0x74DFB8) is unknown color: approx Downy. HEX triplet: 74, DF and B8. RGB value is (116,223,184). Sum of RGB (Red+Green+Blue) = 116+223+184=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DFB8 is #8B2047. Grayscale: #BABABA. Windows color (decimal): -9117768 or 12115828. OLE color: 12115828.

HSL color Cylindrical-coordinate representation of color #74DFB8: hue angle of 158.13º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DFB8 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB116223184-
CMYK0.4800.170.13
HSL158.13º62.57%66.47%-
HSV(B)158.13º47.98%87.45%-
XYZ42.2459.9554.69-
YUV186.56126.5577.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.18%
GREEN value IS 223 (87.5% from 255) = 42.64%
BLUE value IS 184 (72.27% from 255) = 35.18%
R=22.18%
G=42.64%
B=35.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162231840.4800.170.13158.1362.5766.47
Hex74DFB830011D9e3f42
Octal164337270600211523677102
Binary111010011011111101110001100000100011101100111101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74DFB8; }

 p { color: rgb(116,223,184); }

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

<style>
 a { background-color: #74DFB8; }

 a { background-color: rgb(116,223,184); }

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

<style>
 span { border-color: #74DFB8; }

 span { border-color: rgb(116,223,184); }

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