#4C9D9C

Color #4C9D9C Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #4C9D9C

Tints of Cadet Blue #4C9D9C

Color information

#4C9D9C (or 0x4C9D9C) is unknown color: approx Cadet Blue. HEX triplet: 4C, 9D and 9C. RGB value is (76,157,156). Sum of RGB (Red+Green+Blue) = 76+157+156=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 157 - color contains mainly: green. Hex color #4C9D9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9D9C is #B36263. Grayscale: #848484. Windows color (decimal): -11756132 or 10263884. OLE color: 10263884.

HSL color Cylindrical-coordinate representation of color #4C9D9C: hue angle of 179.26º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C9D9C is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB76157156-
CMYK0.5200.010.38
HSL179.26º34.76%45.69%-
HSV(B)179.26º51.59%61.57%-
XYZ21.0428.0535.76-
YUV132.67141.1687.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.54%
GREEN value IS 157 (61.72% from 255) = 40.36%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=19.54%
G=40.36%
B=40.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal761571560.5200.010.38179.2634.7645.69
Hex4C9D9C340126b3232e
Octal1142352346401462634356
Binary100110010011101100111001101000110011010110011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C9D9C; }

 p { color: rgb(76,157,156); }

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

<style>
 a { background-color: #4C9D9C; }

 a { background-color: rgb(76,157,156); }

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

<style>
 span { border-color: #4C9D9C; }

 span { border-color: rgb(76,157,156); }

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