#4AA5A5

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

Shades of Cadet Blue #4AA5A5

Tints of Cadet Blue #4AA5A5

Color information

#4AA5A5 (or 0x4AA5A5) is unknown color: approx Cadet Blue. HEX triplet: 4A, A5 and A5. RGB value is (74,165,165). Sum of RGB (Red+Green+Blue) = 74+165+165=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 165 - color contains mainly: green, blue. Hex color #4AA5A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA5A5 is #B55A5A. Grayscale: #898989. Windows color (decimal): -11885147 or 10855754. OLE color: 10855754.

HSL color Cylindrical-coordinate representation of color #4AA5A5: hue angle of 180º 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 #4AA5A5 is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB74165165-
CMYK0.55000.35
HSL180º38.08%46.86%-
HSV(B)180º55.15%64.71%-
XYZ23.0731.0840.38-
YUV137.79143.3582.5-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.32%
GREEN value IS 165 (64.84% from 255) = 40.84%
BLUE value IS 165 (64.84% from 255) = 40.84%
R=18.32%
G=40.84%
B=40.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal741651650.55000.3518038.0846.86
Hex4AA5A5370023b4262f
Octal1122452456700432644657
Binary100101010100101101001011101110010001110110100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,165,165); }

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

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

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

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

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

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

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