Html Css Color HEX #4DACAB Cadet Blue

📋 copy color: '#4DACAB'

red 77 ◦ green 172 ◦ blue 171

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

Shades of Cadet Blue #4DACAB

Tints of Cadet Blue #4DACAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 18.33%
G = 40.95%
B = 40.71%

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

#4DACAB (or 0x4DACAB) is known color: Cadet Blue. HEX triplet: 4D, AC and AB. RGB value is (77,172,171). Sum of RGB (Red+Green+Blue) = 77+172+171=420 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.33% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #4DACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DACAB is #B25354. Grayscale: #8F8F8F. Windows color (decimal): -11686741 or 11250765. OLE color: 11250765.

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

Color convert

RGB 77 172 171 -
CMYK 0.55 0 0.01 0.33
HSL 179.37º 0.38% 0.49% -
HSV(B) 179.37º 0.55% 0.67% -
XYZ 25.16 34.02 43.77 -
YUV 143.48 143.53 80.58 -
System Red Green Blue C M Y K H S L
Decimal 77 172 171 0.55 0 0.01 0.33 179.37 0.38 0.49
Hex 4D AC AB 37 0 1 21 B3 26 31
Octal 115 254 253 67 0 1 41 263 46 61
Binary 1001101 10101100 10101011 110111 0 1 100001 10110011 100110 110001

Color Harmonies of #4DACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DACAB

Black with #4DACAB

Text Example


Text Example

White with #4DACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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