#4BA59E

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

Shades of Cadet Blue #4BA59E

Tints of Cadet Blue #4BA59E

Color information

#4BA59E (or 0x4BA59E) is unknown color: approx Cadet Blue. HEX triplet: 4B, A5 and 9E. RGB value is (75,165,158). Sum of RGB (Red+Green+Blue) = 75+165+158=398 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.84% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA59E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA59E is #B45A61. Grayscale: #898989. Windows color (decimal): -11819618 or 10397003. OLE color: 10397003.

HSL color Cylindrical-coordinate representation of color #4BA59E: hue angle of 175.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA59E is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB75165158-
CMYK0.5500.040.35
HSL175.33º37.5%47.06%-
HSV(B)175.33º54.55%64.71%-
XYZ22.5330.8737.12-
YUV137.29139.6883.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.84%
GREEN value IS 165 (64.84% from 255) = 41.46%
BLUE value IS 158 (62.11% from 255) = 39.70%
R=18.84%
G=41.46%
B=39.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal751651580.5500.040.35175.3337.547.06
Hex4BA59E370423af262f
Octal1132452366704432574657
Binary10010111010010110011110110111010010001110101111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,165,158); }

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

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

 a { background-color: rgb(75,165,158); }

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

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

 span { border-color: rgb(75,165,158); }

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