#4AA39A

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

Shades of Cadet Blue #4AA39A

Tints of Cadet Blue #4AA39A

Color information

#4AA39A (or 0x4AA39A) is unknown color: approx Cadet Blue. HEX triplet: 4A, A3 and 9A. RGB value is (74,163,154). Sum of RGB (Red+Green+Blue) = 74+163+154=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #4AA39A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA39A is #B55C65. Grayscale: #878787. Windows color (decimal): -11885670 or 10134346. OLE color: 10134346.

HSL color Cylindrical-coordinate representation of color #4AA39A: hue angle of 173.93º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA39A is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB74163154-
CMYK0.5500.060.36
HSL173.93º37.55%46.47%-
HSV(B)173.93º54.6%63.92%-
XYZ21.7529.9835.21-
YUV135.36138.5184.23-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.93%
GREEN value IS 163 (64.06% from 255) = 41.69%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=18.93%
G=41.69%
B=39.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal741631540.5500.060.36173.9337.5546.47
Hex4AA39A370624ae262e
Octal1122432326706442564656
Binary10010101010001110011010110111011010010010101110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,163,154); }

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

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

 a { background-color: rgb(74,163,154); }

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

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

 span { border-color: rgb(74,163,154); }

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