#74CFC4

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

Shades of Downy #74CFC4

Tints of Downy #74CFC4

Color information

#74CFC4 (or 0x74CFC4) is unknown color: approx Downy. HEX triplet: 74, CF and C4. RGB value is (116,207,196). Sum of RGB (Red+Green+Blue) = 116+207+196=519 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.35% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFC4 is #8B303B. Grayscale: #B2B2B2. Windows color (decimal): -9121852 or 12898164. OLE color: 12898164.

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

Color convert

RGB116207196-
CMYK0.4400.050.19
HSL172.75º48.66%63.33%-
HSV(B)172.75º43.96%81.18%-
XYZ39.4852.3260.24-
YUV178.54137.8583.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.35%
GREEN value IS 207 (81.25% from 255) = 39.88%
BLUE value IS 196 (76.95% from 255) = 37.76%
R=22.35%
G=39.88%
B=37.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1162071960.4400.050.19172.7548.6663.33
Hex74CFC42C0513ad313f
Octal1643173045405232556177
Binary1110100110011111100010010110001011001110101101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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