#74E3B4

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

Shades of Downy #74E3B4

Tints of Downy #74E3B4

Color information

#74E3B4 (or 0x74E3B4) is unknown color: approx Downy. HEX triplet: 74, E3 and B4. RGB value is (116,227,180). Sum of RGB (Red+Green+Blue) = 116+227+180=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 227 - color contains mainly: green. Hex color #74E3B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E3B4 is #8B1C4B. Grayscale: #BCBCBC. Windows color (decimal): -9116748 or 11854708. OLE color: 11854708.

HSL color Cylindrical-coordinate representation of color #74E3B4: hue angle of 154.59º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E3B4 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB116227180-
CMYK0.4900.210.11
HSL154.59º66.47%67.25%-
HSV(B)154.59º48.9%89.02%-
XYZ42.9161.9552.88-
YUV188.45123.2376.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.18%
GREEN value IS 227 (89.06% from 255) = 43.40%
BLUE value IS 180 (70.70% from 255) = 34.42%
R=22.18%
G=43.40%
B=34.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1162271800.4900.210.11154.5966.4767.25
Hex74E3B431015B9b4243
Octal1643432646102513233102103
Binary1110100111000111011010011000101010110111001101110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,227,180); }

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

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

 a { background-color: rgb(116,227,180); }

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

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

 span { border-color: rgb(116,227,180); }

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