Html Css Color HEX #4DACA8 Cadet Blue

📋 copy color: '#4DACA8'

red 77 ◦ green 172 ◦ blue 168

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

Shades of Cadet Blue #4DACA8

Tints of Cadet Blue #4DACA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.29%

R = 18.47%
G = 41.25%
B = 40.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#4DACA8 (or 0x4DACA8) is known color: Cadet Blue. HEX triplet: 4D, AC and A8. RGB value is (77,172,168). Sum of RGB (Red+Green+Blue) = 77+172+168=417 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.47% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #4DACA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DACA8 is #B25357. Grayscale: #8F8F8F. Windows color (decimal): -11686744 or 11054157. OLE color: 11054157.

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

Color convert

RGB 77 172 168 -
CMYK 0.55 0 0.02 0.33
HSL 177.47º 0.38% 0.49% -
HSV(B) 177.47º 0.55% 0.67% -
XYZ 24.88 33.91 42.28 -
YUV 143.14 142.03 80.83 -
System Red Green Blue C M Y K H S L
Decimal 77 172 168 0.55 0 0.02 0.33 177.47 0.38 0.49
Hex 4D AC A8 37 0 2 21 B1 26 31
Octal 115 254 250 67 0 2 41 261 46 61
Binary 1001101 10101100 10101000 110111 0 10 100001 10110001 100110 110001

Color Harmonies of #4DACA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DACA8

Black with #4DACA8

Text Example


Text Example

White with #4DACA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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