#74C9C3

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

Shades of Downy #74C9C3

Tints of Downy #74C9C3

Color information

#74C9C3 (or 0x74C9C3) is unknown color: approx Downy. HEX triplet: 74, C9 and C3. RGB value is (116,201,195). Sum of RGB (Red+Green+Blue) = 116+201+195=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #74C9C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C9C3 is #8B363C. Grayscale: #AEAEAE. Windows color (decimal): -9123389 or 12831092. OLE color: 12831092.

HSL color Cylindrical-coordinate representation of color #74C9C3: hue angle of 175.76º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C9C3 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB116201195-
CMYK0.4200.030.21
HSL175.76º44.04%62.16%-
HSV(B)175.76º42.29%78.82%-
XYZ37.9449.4359.17-
YUV174.9139.3485.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.66%
GREEN value IS 201 (78.91% from 255) = 39.26%
BLUE value IS 195 (76.56% from 255) = 38.09%
R=22.66%
G=39.26%
B=38.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162011950.4200.030.21175.7644.0462.16
Hex74C9C32A0315b02c3e
Octal1643113035203252605476
Binary111010011001001110000111010100111010110110000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,201,195); }

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

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

 a { background-color: rgb(116,201,195); }

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

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

 span { border-color: rgb(116,201,195); }

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