#74CACA

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

Shades of Downy #74CACA

Tints of Downy #74CACA

Color information

#74CACA (or 0x74CACA) is unknown color: approx Downy. HEX triplet: 74, CA and CA. RGB value is (116,202,202). Sum of RGB (Red+Green+Blue) = 116+202+202=520 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.31% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #74CACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CACA is #8B3535. Grayscale: #B0B0B0. Windows color (decimal): -9123126 or 13290100. OLE color: 13290100.

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

Color convert

RGB116202202-
CMYK0.43000.21
HSL180º44.79%62.35%-
HSV(B)180º42.57%79.22%-
XYZ38.9850.2263.52-
YUV176.29142.5185-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.31%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=22.31%
G=38.85%
B=38.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162022020.43000.2118044.7962.35
Hex74CACA2B0015b42d3e
Octal1643123125300252645576
Binary11101001100101011001010101011001010110110100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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