#74C2C2

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

Shades of Downy #74C2C2

Tints of Downy #74C2C2

Color information

#74C2C2 (or 0x74C2C2) is unknown color: approx Downy. HEX triplet: 74, C2 and C2. RGB value is (116,194,194). Sum of RGB (Red+Green+Blue) = 116+194+194=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 194 - color contains mainly: green, blue. Hex color #74C2C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C2C2 is #8B3D3D. Grayscale: #AAAAAA. Windows color (decimal): -9125182 or 12763764. OLE color: 12763764.

HSL color Cylindrical-coordinate representation of color #74C2C2: hue angle of 180º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C2C2 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB116194194-
CMYK0.40000.24
HSL180º39%60.78%-
HSV(B)180º40.21%76.08%-
XYZ36.2346.1958.05-
YUV170.68141.1689-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.02%
GREEN value IS 194 (76.17% from 255) = 38.49%
BLUE value IS 194 (76.17% from 255) = 38.49%
R=23.02%
G=38.49%
B=38.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161941940.40000.241803960.78
Hex74C2C2280018b4273d
Octal1643023025000302644775
Binary11101001100001011000010101000001100010110100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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