#74CFC8

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

Shades of Downy #74CFC8

Tints of Downy #74CFC8

Color information

#74CFC8 (or 0x74CFC8) is unknown color: approx Downy. HEX triplet: 74, CF and C8. RGB value is (116,207,200). Sum of RGB (Red+Green+Blue) = 116+207+200=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFC8 is #8B3037. Grayscale: #B2B2B2. Windows color (decimal): -9121848 or 13160308. OLE color: 13160308.

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

Color convert

RGB116207200-
CMYK0.4400.030.19
HSL175.38º48.66%63.33%-
HSV(B)175.38º43.96%81.18%-
XYZ39.9452.5162.67-
YUV178.99139.8583.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.18%
GREEN value IS 207 (81.25% from 255) = 39.58%
BLUE value IS 200 (78.52% from 255) = 38.24%
R=22.18%
G=39.58%
B=38.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1162072000.4400.030.19175.3848.6663.33
Hex74CFC82C0313af313f
Octal1643173105403232576177
Binary111010011001111110010001011000111001110101111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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