#4D9F9A

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

Shades of Cadet Blue #4D9F9A

Tints of Cadet Blue #4D9F9A

Color information

#4D9F9A (or 0x4D9F9A) is unknown color: approx Cadet Blue. HEX triplet: 4D, 9F and 9A. RGB value is (77,159,154). Sum of RGB (Red+Green+Blue) = 77+159+154=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 159 - color contains mainly: green. Hex color #4D9F9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9F9A is #B26065. Grayscale: #858585. Windows color (decimal): -11690086 or 10133325. OLE color: 10133325.

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

Color convert

RGB77159154-
CMYK0.5200.030.38
HSL176.34º34.75%46.27%-
HSV(B)176.34º51.57%62.35%-
XYZ21.2928.7134.99-
YUV133.91139.3387.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.74%
GREEN value IS 159 (62.5% from 255) = 40.77%
BLUE value IS 154 (60.55% from 255) = 39.49%
R=19.74%
G=40.77%
B=39.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal771591540.5200.030.38176.3434.7546.27
Hex4D9F9A340326b0232e
Octal1152372326403462604356
Binary1001101100111111001101011010001110011010110000100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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