Html Css Color HEX #4DA9A0 Cadet Blue

📋 copy color: '#4DA9A0'

red 77 ◦ green 169 ◦ blue 160

#4DA9A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #4DA9A0

Tints of Cadet Blue #4DA9A0

RGB

 RED value IS 77 (30.47% from 255) = 18.97%

 GREEN value IS 169 (66.41% from 255) = 41.63%

 BLUE value IS 160 (62.89% from 255) = 39.41%

R = 18.97%
G = 41.63%
B = 39.41%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#4DA9A0 (or 0x4DA9A0) is known color: Cadet Blue. HEX triplet: 4D, A9 and A0. RGB value is (77,169,160). Sum of RGB (Red+Green+Blue) = 77+169+160=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA9A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA9A0 is #B2565F. Grayscale: #8C8C8C. Windows color (decimal): -11687520 or 10529101. OLE color: 10529101.

HSL color Cylindrical-coordinate representation of color #4DA9A0: hue angle of 174.13º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA9A0 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 77 169 160 -
CMYK 0.54 0 0.05 0.34
HSL 174.13º 0.37% 0.48% -
HSV(B) 174.13º 0.54% 0.66% -
XYZ 23.59 32.49 38.29 -
YUV 140.47 139.02 82.73 -
System Red Green Blue C M Y K H S L
Decimal 77 169 160 0.54 0 0.05 0.34 174.13 0.37 0.48
Hex 4D A9 A0 36 0 5 22 AE 25 30
Octal 115 251 240 66 0 5 42 256 45 60
Binary 1001101 10101001 10100000 110110 0 101 100010 10101110 100101 110000

Color Harmonies of #4DA9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA9A0

Black with #4DA9A0

Text Example


Text Example

White with #4DA9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,169,160); }

 H1.HeaderClassName
 {
   color: #4DA9A0;
 }
 .AnyTagClassName
 {
   color: #4DA9A0;
 }
</style>

background-color css

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

 a { background-color: rgb(77,169,160); }

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

border-color css

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

 span { border-color: rgb(77,169,160); }

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