Html Css Color HEX #4AA699 Cadet Blue

📋 copy color: '#4AA699'

red 74 ◦ green 166 ◦ blue 153

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

Shades of Cadet Blue #4AA699

Tints of Cadet Blue #4AA699

RGB

 RED value IS 74 (29.3% from 255) = 18.83%

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

 BLUE value IS 153 (60.16% from 255) = 38.93%

R = 18.83%
G = 42.24%
B = 38.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#4AA699 (or 0x4AA699) is known color: Cadet Blue. HEX triplet: 4A, A6 and 99. RGB value is (74,166,153). Sum of RGB (Red+Green+Blue) = 74+166+153=393 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.83% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA699 is #B55966. Grayscale: #888888. Windows color (decimal): -11884903 or 10069578. OLE color: 10069578.

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

Color convert

RGB 74 166 153 -
CMYK 0.55 0 0.08 0.35
HSL 171.52º 0.38% 0.47% -
HSV(B) 171.52º 0.55% 0.65% -
XYZ 22.21 31.03 34.96 -
YUV 137.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 74 166 153 0.55 0 0.08 0.35 171.52 0.38 0.47
Hex 4A A6 99 37 0 8 23 AC 26 2F
Octal 112 246 231 67 0 10 43 254 46 57
Binary 1001010 10100110 10011001 110111 0 1000 100011 10101100 100110 101111

Color Harmonies of #4AA699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA699

Black with #4AA699

Text Example


Text Example

White with #4AA699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,166,153); }

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

background-color css

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

 a { background-color: rgb(74,166,153); }

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

border-color css

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

 span { border-color: rgb(74,166,153); }

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