Html Css Color HEX #4DA6A4 Cadet Blue

📋 copy color: '#4DA6A4'

red 77 ◦ green 166 ◦ blue 164

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

Shades of Cadet Blue #4DA6A4

Tints of Cadet Blue #4DA6A4

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.79%

 BLUE value IS 164 (64.45% from 255) = 40.29%

R = 18.92%
G = 40.79%
B = 40.29%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#4DA6A4 (or 0x4DA6A4) is known color: Cadet Blue. HEX triplet: 4D, A6 and A4. RGB value is (77,166,164). Sum of RGB (Red+Green+Blue) = 77+166+164=407 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.92% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 166 - color contains mainly: green. Hex color #4DA6A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA6A4 is #B2595B. Grayscale: #8B8B8B. Windows color (decimal): -11688284 or 10790477. OLE color: 10790477.

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

Color convert

RGB 77 166 164 -
CMYK 0.54 0 0.01 0.35
HSL 178.65º 0.37% 0.48% -
HSV(B) 178.65º 0.54% 0.65% -
XYZ 23.4 31.53 39.97 -
YUV 139.16 142.01 83.66 -
System Red Green Blue C M Y K H S L
Decimal 77 166 164 0.54 0 0.01 0.35 178.65 0.37 0.48
Hex 4D A6 A4 36 0 1 23 B3 25 30
Octal 115 246 244 66 0 1 43 263 45 60
Binary 1001101 10100110 10100100 110110 0 1 100011 10110011 100101 110000

Color Harmonies of #4DA6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA6A4

Black with #4DA6A4

Text Example


Text Example

White with #4DA6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,166,164); }

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

background-color css

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

 a { background-color: rgb(77,166,164); }

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

border-color css

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

 span { border-color: rgb(77,166,164); }

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