#4F9D9F

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

Shades of Cadet Blue #4F9D9F

Tints of Cadet Blue #4F9D9F

Color information

#4F9D9F (or 0x4F9D9F) is unknown color: approx Cadet Blue. HEX triplet: 4F, 9D and 9F. RGB value is (79,157,159). Sum of RGB (Red+Green+Blue) = 79+157+159=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F9D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9D9F is #B06260. Grayscale: #858585. Windows color (decimal): -11559521 or 10460495. OLE color: 10460495.

HSL color Cylindrical-coordinate representation of color #4F9D9F: hue angle of 181.5º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9D9F is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB79157159-
CMYK0.500.0100.38
HSL181.5º33.61%46.67%-
HSV(B)181.5º50.31%62.35%-
XYZ21.5428.2837.12-
YUV133.91142.1688.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20%
GREEN value IS 157 (61.72% from 255) = 39.75%
BLUE value IS 159 (62.5% from 255) = 40.25%
R=20%
G=39.75%
B=40.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal791571590.500.0100.38181.533.6146.67
Hex4F9D9F321026b6222f
Octal1172352376210462664257
Binary100111110011101100111111100101010011010110110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,157,159); }

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

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

 a { background-color: rgb(79,157,159); }

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

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

 span { border-color: rgb(79,157,159); }

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