Html Css Color HEX #4DA29B Cadet Blue

📋 copy color: '#4DA29B'

red 77 ◦ green 162 ◦ blue 155

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

Shades of Cadet Blue #4DA29B

Tints of Cadet Blue #4DA29B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.12%

 BLUE value IS 155 (60.94% from 255) = 39.34%

R = 19.54%
G = 41.12%
B = 39.34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#4DA29B (or 0x4DA29B) is known color: Cadet Blue. HEX triplet: 4D, A2 and 9B. RGB value is (77,162,155). Sum of RGB (Red+Green+Blue) = 77+162+155=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA29B is #B25D64. Grayscale: #878787. Windows color (decimal): -11689317 or 10199629. OLE color: 10199629.

HSL color Cylindrical-coordinate representation of color #4DA29B: hue angle of 175.06º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA29B is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 77 162 155 -
CMYK 0.52 0 0.04 0.36
HSL 175.06º 0.36% 0.47% -
HSV(B) 175.06º 0.52% 0.64% -
XYZ 21.9 29.79 35.61 -
YUV 135.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 77 162 155 0.52 0 0.04 0.36 175.06 0.36 0.47
Hex 4D A2 9B 34 0 4 24 AF 24 2F
Octal 115 242 233 64 0 4 44 257 44 57
Binary 1001101 10100010 10011011 110100 0 100 100100 10101111 100100 101111

Color Harmonies of #4DA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA29B

Black with #4DA29B

Text Example


Text Example

White with #4DA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,162,155); }

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

background-color css

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

 a { background-color: rgb(77,162,155); }

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

border-color css

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

 span { border-color: rgb(77,162,155); }

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