#4BA19A

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

Shades of Cadet Blue #4BA19A

Tints of Cadet Blue #4BA19A

Color information

#4BA19A (or 0x4BA19A) is unknown color: approx Cadet Blue. HEX triplet: 4B, A1 and 9A. RGB value is (75,161,154). Sum of RGB (Red+Green+Blue) = 75+161+154=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA19A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA19A is #B45E65. Grayscale: #868686. Windows color (decimal): -11820646 or 10133835. OLE color: 10133835.

HSL color Cylindrical-coordinate representation of color #4BA19A: hue angle of 175.12º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4BA19A is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB75161154-
CMYK0.5300.040.37
HSL175.12º36.44%46.27%-
HSV(B)175.12º53.42%63.14%-
XYZ21.4829.3235.1-
YUV134.49139.0185.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.23%
GREEN value IS 161 (63.28% from 255) = 41.28%
BLUE value IS 154 (60.55% from 255) = 39.49%
R=19.23%
G=41.28%
B=39.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal751611540.5300.040.37175.1236.4446.27
Hex4BA19A350425af242e
Octal1132412326504452574456
Binary10010111010000110011010110101010010010110101111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,161,154); }

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

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

 a { background-color: rgb(75,161,154); }

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

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

 span { border-color: rgb(75,161,154); }

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