#4DA5AC

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

Shades of Cadet Blue #4DA5AC

Tints of Cadet Blue #4DA5AC

Color information

#4DA5AC (or 0x4DA5AC) is unknown color: approx Cadet Blue. HEX triplet: 4D, A5 and AC. RGB value is (77,165,172). Sum of RGB (Red+Green+Blue) = 77+165+172=414 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.60% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #4DA5AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA5AC is #B25A53. Grayscale: #8B8B8B. Windows color (decimal): -11688532 or 11314509. OLE color: 11314509.

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

Color convert

RGB77165172-
CMYK0.550.0400.33
HSL184.42º38.15%48.82%-
HSV(B)184.42º55.23%67.45%-
XYZ23.9631.4743.84-
YUV139.49146.3583.43-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.60%
GREEN value IS 165 (64.84% from 255) = 39.86%
BLUE value IS 172 (67.58% from 255) = 41.55%
R=18.60%
G=39.86%
B=41.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771651720.550.0400.33184.4238.1548.82
Hex4DA5AC374021b82631
Octal1152452546740412704661
Binary10011011010010110101100110111100010000110111000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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