Html Css Color HEX #4DA0A5 Cadet Blue

📋 copy color: '#4DA0A5'

red 77 ◦ green 160 ◦ blue 165

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

Shades of Cadet Blue #4DA0A5

Tints of Cadet Blue #4DA0A5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.8%

 BLUE value IS 165 (64.84% from 255) = 41.04%

R = 19.15%
G = 39.8%
B = 41.04%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4DA0A5 (or 0x4DA0A5) is known color: Cadet Blue. HEX triplet: 4D, A0 and A5. RGB value is (77,160,165). Sum of RGB (Red+Green+Blue) = 77+160+165=402 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.15% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 165 - color contains mainly: blue. Hex color #4DA0A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA0A5 is #B25F5A. Grayscale: #878787. Windows color (decimal): -11689819 or 10854477. OLE color: 10854477.

HSL color Cylindrical-coordinate representation of color #4DA0A5: hue angle of 183.41º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4DA0A5 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 77 160 165 -
CMYK 0.53 0.03 0 0.35
HSL 183.41º 0.36% 0.47% -
HSV(B) 183.41º 0.53% 0.65% -
XYZ 22.42 29.44 40.1 -
YUV 135.75 144.5 86.09 -
System Red Green Blue C M Y K H S L
Decimal 77 160 165 0.53 0.03 0 0.35 183.41 0.36 0.47
Hex 4D A0 A5 35 3 0 23 B7 24 2F
Octal 115 240 245 65 3 0 43 267 44 57
Binary 1001101 10100000 10100101 110101 11 0 100011 10110111 100100 101111

Color Harmonies of #4DA0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA0A5

Black with #4DA0A5

Text Example


Text Example

White with #4DA0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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