#4D9F9E

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

Shades of Cadet Blue #4D9F9E

Tints of Cadet Blue #4D9F9E

Color information

#4D9F9E (or 0x4D9F9E) is unknown color: approx Cadet Blue. HEX triplet: 4D, 9F and 9E. RGB value is (77,159,158). Sum of RGB (Red+Green+Blue) = 77+159+158=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 159 - color contains mainly: green. Hex color #4D9F9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9F9E is #B26061. Grayscale: #868686. Windows color (decimal): -11690082 or 10395469. OLE color: 10395469.

HSL color Cylindrical-coordinate representation of color #4D9F9E: hue angle of 179.27º 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 #4D9F9E is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB77159158-
CMYK0.5200.010.38
HSL179.27º34.75%46.27%-
HSV(B)179.27º51.57%62.35%-
XYZ21.6328.8436.77-
YUV134.37141.3387.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.54%
GREEN value IS 159 (62.5% from 255) = 40.36%
BLUE value IS 158 (62.11% 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
Decimal771591580.5200.010.38179.2734.7546.27
Hex4D9F9E340126b3232e
Octal1152372366401462634356
Binary100110110011111100111101101000110011010110011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,159,158); }

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

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

 a { background-color: rgb(77,159,158); }

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

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

 span { border-color: rgb(77,159,158); }

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