#74CEC2

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

Shades of Downy #74CEC2

Tints of Downy #74CEC2

Color information

#74CEC2 (or 0x74CEC2) is unknown color: approx Downy. HEX triplet: 74, CE and C2. RGB value is (116,206,194). Sum of RGB (Red+Green+Blue) = 116+206+194=516 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.48% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #74CEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CEC2 is #8B313D. Grayscale: #B1B1B1. Windows color (decimal): -9122110 or 12766836. OLE color: 12766836.

HSL color Cylindrical-coordinate representation of color #74CEC2: hue angle of 172º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CEC2 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB116206194-
CMYK0.4400.060.19
HSL172º47.87%63.14%-
HSV(B)172º43.69%80.78%-
XYZ39.0151.7558.97-
YUV177.72137.1883.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.48%
GREEN value IS 206 (80.86% from 255) = 39.92%
BLUE value IS 194 (76.17% from 255) = 37.60%
R=22.48%
G=39.92%
B=37.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1162061940.4400.060.1917247.8763.14
Hex74CEC22C0613ac303f
Octal1643163025406232546077
Binary1110100110011101100001010110001101001110101100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,206,194); }

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

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

 a { background-color: rgb(116,206,194); }

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

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

 span { border-color: rgb(116,206,194); }

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