Html Css Color HEX #4DA69A Cadet Blue

📋 copy color: '#4DA69A'

red 77 ◦ green 166 ◦ blue 154

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

Shades of Cadet Blue #4DA69A

Tints of Cadet Blue #4DA69A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.81%

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

R = 19.4%
G = 41.81%
B = 38.79%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#4DA69A (or 0x4DA69A) is known color: Cadet Blue. HEX triplet: 4D, A6 and 9A. RGB value is (77,166,154). Sum of RGB (Red+Green+Blue) = 77+166+154=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 166 - color contains mainly: green. Hex color #4DA69A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA69A is #B25965. Grayscale: #898989. Windows color (decimal): -11688294 or 10135117. OLE color: 10135117.

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

Color convert

RGB 77 166 154 -
CMYK 0.54 0 0.07 0.35
HSL 171.91º 0.37% 0.48% -
HSV(B) 171.91º 0.54% 0.65% -
XYZ 22.53 31.18 35.4 -
YUV 138.02 137.01 84.48 -
System Red Green Blue C M Y K H S L
Decimal 77 166 154 0.54 0 0.07 0.35 171.91 0.37 0.48
Hex 4D A6 9A 36 0 7 23 AC 25 30
Octal 115 246 232 66 0 7 43 254 45 60
Binary 1001101 10100110 10011010 110110 0 111 100011 10101100 100101 110000

Color Harmonies of #4DA69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA69A

Black with #4DA69A

Text Example


Text Example

White with #4DA69A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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