#4E9F9B

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

Shades of Cadet Blue #4E9F9B

Tints of Cadet Blue #4E9F9B

Color information

#4E9F9B (or 0x4E9F9B) is unknown color: approx Cadet Blue. HEX triplet: 4E, 9F and 9B. RGB value is (78,159,155). Sum of RGB (Red+Green+Blue) = 78+159+155=392 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.90% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #4E9F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9F9B is #B16064. Grayscale: #868686. Windows color (decimal): -11624549 or 10198862. OLE color: 10198862.

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

Color convert

RGB78159155-
CMYK0.5100.030.38
HSL177.04º34.18%46.47%-
HSV(B)177.04º50.94%62.35%-
XYZ21.4628.7835.44-
YUV134.32139.6687.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.90%
GREEN value IS 159 (62.5% from 255) = 40.56%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=19.90%
G=40.56%
B=39.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal781591550.5100.030.38177.0434.1846.47
Hex4E9F9B330326b1222e
Octal1162372336303462614256
Binary1001110100111111001101111001101110011010110001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,159,155); }

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

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

 a { background-color: rgb(78,159,155); }

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

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

 span { border-color: rgb(78,159,155); }

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