Html Css Color HEX #49A2A2 Cadet Blue

📋 copy color: '#49A2A2'

red 73 ◦ green 162 ◦ blue 162

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

Shades of Cadet Blue #49A2A2

Tints of Cadet Blue #49A2A2

RGB

 RED value IS 73 (28.91% from 255) = 18.39%

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

 BLUE value IS 162 (63.67% from 255) = 40.81%

R = 18.39%
G = 40.81%
B = 40.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#49A2A2 (or 0x49A2A2) is known color: Cadet Blue. HEX triplet: 49, A2 and A2. RGB value is (73,162,162). Sum of RGB (Red+Green+Blue) = 73+162+162=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 162 - color contains mainly: green, blue. Hex color #49A2A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A2A2 is #B65D5D. Grayscale: #878787. Windows color (decimal): -11951454 or 10658377. OLE color: 10658377.

HSL color Cylindrical-coordinate representation of color #49A2A2: hue angle of 180º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A2A2 is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 162 162 -
CMYK 0.55 0 0 0.36
HSL 180º 0.38% 0.46% -
HSV(B) 180º 0.55% 0.64% -
XYZ 22.19 29.87 38.78 -
YUV 135.39 143.01 83.5 -
System Red Green Blue C M Y K H S L
Decimal 73 162 162 0.55 0 0 0.36 180 0.38 0.46
Hex 49 A2 A2 37 0 0 24 B4 26 2E
Octal 111 242 242 67 0 0 44 264 46 56
Binary 1001001 10100010 10100010 110111 0 0 100100 10110100 100110 101110

Color Harmonies of #49A2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A2A2

Black with #49A2A2

Text Example


Text Example

White with #49A2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49A2A2; }

 p { color: rgb(73,162,162); }

 H1.HeaderClassName
 {
   color: #49A2A2;
 }
 .AnyTagClassName
 {
   color: #49A2A2;
 }
</style>

background-color css

<style>
 a { background-color: #49A2A2; }

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

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

border-color css

<style>
 span { border-color: #49A2A2; }

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

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