Html Css Color HEX #4AA599 Cadet Blue

📋 copy color: '#4AA599'

red 74 ◦ green 165 ◦ blue 153

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

Shades of Cadet Blue #4AA599

Tints of Cadet Blue #4AA599

RGB

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

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

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

R = 18.88%
G = 42.09%
B = 39.03%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#4AA599 (or 0x4AA599) is known color: Cadet Blue. HEX triplet: 4A, A5 and 99. RGB value is (74,165,153). Sum of RGB (Red+Green+Blue) = 74+165+153=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 165 - color contains mainly: green. Hex color #4AA599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA599 is #B55A66. Grayscale: #888888. Windows color (decimal): -11885159 or 10069322. OLE color: 10069322.

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

Color convert

RGB 74 165 153 -
CMYK 0.55 0 0.07 0.35
HSL 172.09º 0.38% 0.47% -
HSV(B) 172.09º 0.55% 0.65% -
XYZ 22.03 30.67 34.9 -
YUV 136.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 74 165 153 0.55 0 0.07 0.35 172.09 0.38 0.47
Hex 4A A5 99 37 0 7 23 AC 26 2F
Octal 112 245 231 67 0 7 43 254 46 57
Binary 1001010 10100101 10011001 110111 0 111 100011 10101100 100110 101111

Color Harmonies of #4AA599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA599

Black with #4AA599

Text Example


Text Example

White with #4AA599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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