#74CDBF

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

Shades of Downy #74CDBF

Tints of Downy #74CDBF

Color information

#74CDBF (or 0x74CDBF) is unknown color: approx Downy. HEX triplet: 74, CD and BF. RGB value is (116,205,191). Sum of RGB (Red+Green+Blue) = 116+205+191=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #74CDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CDBF is #8B3240. Grayscale: #B0B0B0. Windows color (decimal): -9122369 or 12569972. OLE color: 12569972.

HSL color Cylindrical-coordinate representation of color #74CDBF: hue angle of 170.56º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CDBF is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB116205191-
CMYK0.4300.070.20
HSL170.56º47.09%62.94%-
HSV(B)170.56º43.41%80.39%-
XYZ38.4451.1457.13-
YUV176.79136.0184.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.66%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 191 (75% from 255) = 37.30%
R=22.66%
G=40.04%
B=37.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1162051910.4300.070.20170.5647.0962.94
Hex74CDBF2B0714ab2f3f
Octal1643152775307242535777
Binary1110100110011011011111110101101111010010101011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,205,191); }

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

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

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

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

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

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

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