#74CFCA

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

Shades of Downy #74CFCA

Tints of Downy #74CFCA

Color information

#74CFCA (or 0x74CFCA) is unknown color: approx Downy. HEX triplet: 74, CF and CA. RGB value is (116,207,202). Sum of RGB (Red+Green+Blue) = 116+207+202=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFCA is #8B3035. Grayscale: #B3B3B3. Windows color (decimal): -9121846 or 13291380. OLE color: 13291380.

HSL color Cylindrical-coordinate representation of color #74CFCA: hue angle of 176.7º degrees, saturation: 0.49, 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 #74CFCA is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB116207202-
CMYK0.4400.020.19
HSL176.7º48.66%63.33%-
HSV(B)176.7º43.96%81.18%-
XYZ40.1852.663.91-
YUV179.22140.8582.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.10%
GREEN value IS 207 (81.25% from 255) = 39.43%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=22.10%
G=39.43%
B=38.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1162072020.4400.020.19176.748.6663.33
Hex74CFCA2C0213b1313f
Octal1643173125402232616177
Binary111010011001111110010101011000101001110110001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,207,202); }

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

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

 a { background-color: rgb(116,207,202); }

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

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

 span { border-color: rgb(116,207,202); }

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