Html Css Color HEX #4DA59A Cadet Blue

📋 copy color: '#4DA59A'

red 77 ◦ green 165 ◦ blue 154

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

Shades of Cadet Blue #4DA59A

Tints of Cadet Blue #4DA59A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.67%

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 19.44%
G = 41.67%
B = 38.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#4DA59A (or 0x4DA59A) is known color: Cadet Blue. HEX triplet: 4D, A5 and 9A. RGB value is (77,165,154). Sum of RGB (Red+Green+Blue) = 77+165+154=396 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.44% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #4DA59A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA59A is #B25A65. Grayscale: #898989. Windows color (decimal): -11688550 or 10134861. OLE color: 10134861.

HSL color Cylindrical-coordinate representation of color #4DA59A: hue angle of 172.5º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4DA59A is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 77 165 154 -
CMYK 0.53 0 0.07 0.35
HSL 172.5º 0.36% 0.47% -
HSV(B) 172.5º 0.53% 0.65% -
XYZ 22.35 30.82 35.34 -
YUV 137.43 137.35 84.89 -
System Red Green Blue C M Y K H S L
Decimal 77 165 154 0.53 0 0.07 0.35 172.5 0.36 0.47
Hex 4D A5 9A 35 0 7 23 AC 24 2F
Octal 115 245 232 65 0 7 43 254 44 57
Binary 1001101 10100101 10011010 110101 0 111 100011 10101100 100100 101111

Color Harmonies of #4DA59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA59A

Black with #4DA59A

Text Example


Text Example

White with #4DA59A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,165,154); }

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

background-color css

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

 a { background-color: rgb(77,165,154); }

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

border-color css

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

 span { border-color: rgb(77,165,154); }

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