#74E1BE

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

Shades of Downy #74E1BE

Tints of Downy #74E1BE

Color information

#74E1BE (or 0x74E1BE) is unknown color: approx Downy. HEX triplet: 74, E1 and BE. RGB value is (116,225,190). Sum of RGB (Red+Green+Blue) = 116+225+190=531 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.85% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #74E1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E1BE is #8B1E41. Grayscale: #BCBCBC. Windows color (decimal): -9117250 or 12509556. OLE color: 12509556.

HSL color Cylindrical-coordinate representation of color #74E1BE: hue angle of 160.73º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74E1BE is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB116225190-
CMYK0.4800.160.12
HSL160.73º64.5%66.86%-
HSV(B)160.73º48.44%88.24%-
XYZ43.4261.2858.26-
YUV188.42128.8976.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.85%
GREEN value IS 225 (88.28% from 255) = 42.37%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=21.85%
G=42.37%
B=35.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1162251900.4800.160.12160.7364.566.86
Hex74E1BE30010Ca14043
Octal1643412766002014241100103
Binary1110100111000011011111011000001000011001010000110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,225,190); }

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

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

 a { background-color: rgb(116,225,190); }

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

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

 span { border-color: rgb(116,225,190); }

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