#4AA89E

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

Shades of Cadet Blue #4AA89E

Tints of Cadet Blue #4AA89E

Color information

#4AA89E (or 0x4AA89E) is unknown color: approx Cadet Blue. HEX triplet: 4A, A8 and 9E. RGB value is (74,168,158). Sum of RGB (Red+Green+Blue) = 74+168+158=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 168 - color contains mainly: green. Hex color #4AA89E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA89E is #B55761. Grayscale: #8A8A8A. Windows color (decimal): -11884386 or 10397770. OLE color: 10397770.

HSL color Cylindrical-coordinate representation of color #4AA89E: hue angle of 173.62º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AA89E is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB74168158-
CMYK0.5600.060.34
HSL173.62º38.84%47.45%-
HSV(B)173.62º55.95%65.88%-
XYZ2331.9337.3-
YUV138.75138.8681.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.5%
GREEN value IS 168 (66.02% from 255) = 42%
BLUE value IS 158 (62.11% from 255) = 39.5%
R=18.5%
G=42%
B=39.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal741681580.5600.060.34173.6238.8447.45
Hex4AA89E380622ae272f
Octal1122502367006422564757
Binary10010101010100010011110111000011010001010101110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,168,158); }

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

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

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

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

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

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

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