#74E9B9

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

Shades of Downy #74E9B9

Tints of Downy #74E9B9

Color information

#74E9B9 (or 0x74E9B9) is unknown color: approx Downy. HEX triplet: 74, E9 and B9. RGB value is (116,233,185). Sum of RGB (Red+Green+Blue) = 116+233+185=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #74E9B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74E9B9 is #8B1646. Grayscale: #C0C0C0. Windows color (decimal): -9115207 or 12183924. OLE color: 12183924.

HSL color Cylindrical-coordinate representation of color #74E9B9: hue angle of 155.38º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E9B9 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB116233185-
CMYK0.5000.210.09
HSL155.38º72.67%68.43%-
HSV(B)155.38º50.21%91.37%-
XYZ45.165.4956.16-
YUV192.54123.7473.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.72%
GREEN value IS 233 (91.41% from 255) = 43.63%
BLUE value IS 185 (72.66% from 255) = 34.64%
R=21.72%
G=43.63%
B=34.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1162331850.5000.210.09155.3872.6768.43
Hex74E9B93201599b4944
Octal1643512716202511233111104
Binary1110100111010011011100111001001010110011001101110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,233,185); }

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

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

 a { background-color: rgb(116,233,185); }

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

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

 span { border-color: rgb(116,233,185); }

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