Html Css Color HEX #4DACAA Cadet Blue

📋 copy color: '#4DACAA'

red 77 ◦ green 172 ◦ blue 170

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

Shades of Cadet Blue #4DACAA

Tints of Cadet Blue #4DACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.05%

 BLUE value IS 170 (66.8% from 255) = 40.57%

R = 18.38%
G = 41.05%
B = 40.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#4DACAA (or 0x4DACAA) is known color: Cadet Blue. HEX triplet: 4D, AC and AA. RGB value is (77,172,170). Sum of RGB (Red+Green+Blue) = 77+172+170=419 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.38% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #4DACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DACAA is #B25355. Grayscale: #8F8F8F. Windows color (decimal): -11686742 or 11185229. OLE color: 11185229.

HSL color Cylindrical-coordinate representation of color #4DACAA: hue angle of 178.74º 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 #4DACAA is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 172 170 -
CMYK 0.55 0 0.01 0.33
HSL 178.74º 0.38% 0.49% -
HSV(B) 178.74º 0.55% 0.67% -
XYZ 25.07 33.99 43.27 -
YUV 143.37 143.03 80.66 -
System Red Green Blue C M Y K H S L
Decimal 77 172 170 0.55 0 0.01 0.33 178.74 0.38 0.49
Hex 4D AC AA 37 0 1 21 B3 26 31
Octal 115 254 252 67 0 1 41 263 46 61
Binary 1001101 10101100 10101010 110111 0 1 100001 10110011 100110 110001

Color Harmonies of #4DACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DACAA

Black with #4DACAA

Text Example


Text Example

White with #4DACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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