#74E4BF

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

Shades of Downy #74E4BF

Tints of Downy #74E4BF

Color information

#74E4BF (or 0x74E4BF) is unknown color: approx Downy. HEX triplet: 74, E4 and BF. RGB value is (116,228,191). Sum of RGB (Red+Green+Blue) = 116+228+191=535 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.68% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #74E4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E4BF is #8B1B40. Grayscale: #BEBEBE. Windows color (decimal): -9116481 or 12575860. OLE color: 12575860.

HSL color Cylindrical-coordinate representation of color #74E4BF: hue angle of 160.18º degrees, saturation: 0.67, 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 #74E4BF is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB116228191-
CMYK0.4900.160.11
HSL160.18º67.47%67.45%-
HSV(B)160.18º49.12%89.41%-
XYZ44.3562.9659.11-
YUV190.29128.3975.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.68%
GREEN value IS 228 (89.45% from 255) = 42.62%
BLUE value IS 191 (75% from 255) = 35.70%
R=21.68%
G=42.62%
B=35.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1162281910.4900.160.11160.1867.4767.45
Hex74E4BF31010Ba04343
Octal1643442776102013240103103
Binary1110100111001001011111111000101000010111010000010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,228,191); }

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

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

 a { background-color: rgb(116,228,191); }

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

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

 span { border-color: rgb(116,228,191); }

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