#4AA19B

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

Shades of Cadet Blue #4AA19B

Tints of Cadet Blue #4AA19B

Color information

#4AA19B (or 0x4AA19B) is unknown color: approx Cadet Blue. HEX triplet: 4A, A1 and 9B. RGB value is (74,161,155). Sum of RGB (Red+Green+Blue) = 74+161+155=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 161 - color contains mainly: green. Hex color #4AA19B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA19B is #B55E64. Grayscale: #868686. Windows color (decimal): -11886181 or 10199370. OLE color: 10199370.

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

Color convert

RGB74161155-
CMYK0.5400.040.37
HSL175.86º37.02%46.08%-
HSV(B)175.86º54.04%63.14%-
XYZ21.4929.3135.54-
YUV134.3139.6884.99-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.97%
GREEN value IS 161 (63.28% from 255) = 41.28%
BLUE value IS 155 (60.94% from 255) = 39.74%
R=18.97%
G=41.28%
B=39.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal741611550.5400.040.37175.8637.0246.08
Hex4AA19B360425b0252e
Octal1122412336604452604556
Binary10010101010000110011011110110010010010110110000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,161,155); }

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

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

 a { background-color: rgb(74,161,155); }

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

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

 span { border-color: rgb(74,161,155); }

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