#74E1CB

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

Shades of Downy #74E1CB

Tints of Downy #74E1CB

Color information

#74E1CB (or 0x74E1CB) is unknown color: approx Downy. HEX triplet: 74, E1 and CB. RGB value is (116,225,203). Sum of RGB (Red+Green+Blue) = 116+225+203=544 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.32% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #74E1CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E1CB is #8B1E34. Grayscale: #BDBDBD. Windows color (decimal): -9117237 or 13361524. OLE color: 13361524.

HSL color Cylindrical-coordinate representation of color #74E1CB: hue angle of 167.89º 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 #74E1CB is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB116225203-
CMYK0.4800.100.12
HSL167.89º64.5%66.86%-
HSV(B)167.89º48.44%88.24%-
XYZ44.9161.8866.08-
YUV189.9135.3975.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.32%
GREEN value IS 225 (88.28% from 255) = 41.36%
BLUE value IS 203 (79.69% from 255) = 37.32%
R=21.32%
G=41.36%
B=37.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1162252030.4800.100.12167.8964.566.86
Hex74E1CB300ACa84043
Octal1643413136001214250100103
Binary111010011100001110010111100000101011001010100010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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