#4DA5AA

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

Shades of Cadet Blue #4DA5AA

Tints of Cadet Blue #4DA5AA

Color information

#4DA5AA (or 0x4DA5AA) is unknown color: approx Cadet Blue. HEX triplet: 4D, A5 and AA. RGB value is (77,165,170). Sum of RGB (Red+Green+Blue) = 77+165+170=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #4DA5AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA5AA is #B25A55. Grayscale: #8B8B8B. Windows color (decimal): -11688534 or 11183437. OLE color: 11183437.

HSL color Cylindrical-coordinate representation of color #4DA5AA: hue angle of 183.23º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DA5AA is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB77165170-
CMYK0.550.0300.33
HSL183.23º37.65%48.43%-
HSV(B)183.23º54.71%66.67%-
XYZ23.7731.3942.84-
YUV139.26145.3583.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.69%
GREEN value IS 165 (64.84% from 255) = 40.05%
BLUE value IS 170 (66.80% from 255) = 41.26%
R=18.69%
G=40.05%
B=41.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771651700.550.0300.33183.2337.6548.43
Hex4DA5AA373021b72630
Octal1152452526730412674660
Binary1001101101001011010101011011111010000110110111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,165,170); }

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

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

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

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

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

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

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