#4FA29B

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

Shades of Cadet Blue #4FA29B

Tints of Cadet Blue #4FA29B

Color information

#4FA29B (or 0x4FA29B) is unknown color: approx Cadet Blue. HEX triplet: 4F, A2 and 9B. RGB value is (79,162,155). Sum of RGB (Red+Green+Blue) = 79+162+155=396 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.95% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA29B is #B05D64. Grayscale: #888888. Windows color (decimal): -11558245 or 10199631. OLE color: 10199631.

HSL color Cylindrical-coordinate representation of color #4FA29B: hue angle of 174.94º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA29B is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB79162155-
CMYK0.5100.040.36
HSL174.94º34.44%47.25%-
HSV(B)174.94º51.23%63.53%-
XYZ22.0629.8735.61-
YUV136.38138.587.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.95%
GREEN value IS 162 (63.67% from 255) = 40.91%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=19.95%
G=40.91%
B=39.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal791621550.5100.040.36174.9434.4447.25
Hex4FA29B330424af222f
Octal1172422336304442574257
Binary10011111010001010011011110011010010010010101111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,162,155); }

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

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

 a { background-color: rgb(79,162,155); }

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

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

 span { border-color: rgb(79,162,155); }

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