Html Css Color HEX #47A2AA Cadet Blue

📋 copy color: '#47A2AA'

red 71 ◦ green 162 ◦ blue 170

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

Shades of Cadet Blue #47A2AA

Tints of Cadet Blue #47A2AA

RGB

 RED value IS 71 (28.13% from 255) = 17.62%

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

 BLUE value IS 170 (66.8% from 255) = 42.18%

R = 17.62%
G = 40.2%
B = 42.18%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#47A2AA (or 0x47A2AA) is known color: Cadet Blue. HEX triplet: 47, A2 and AA. RGB value is (71,162,170). Sum of RGB (Red+Green+Blue) = 71+162+170=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #47A2AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A2AA is #B85D55. Grayscale: #878787. Windows color (decimal): -12082518 or 11182663. OLE color: 11182663.

HSL color Cylindrical-coordinate representation of color #47A2AA: hue angle of 184.85º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47A2AA is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 162 170 -
CMYK 0.58 0.05 0 0.33
HSL 184.85º 0.41% 0.47% -
HSV(B) 184.85º 0.58% 0.67% -
XYZ 22.77 30.08 42.64 -
YUV 135.7 147.35 81.85 -
System Red Green Blue C M Y K H S L
Decimal 71 162 170 0.58 0.05 0 0.33 184.85 0.41 0.47
Hex 47 A2 AA 3A 5 0 21 B9 29 2F
Octal 107 242 252 72 5 0 41 271 51 57
Binary 1000111 10100010 10101010 111010 101 0 100001 10111001 101001 101111

Color Harmonies of #47A2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A2AA

Black with #47A2AA

Text Example


Text Example

White with #47A2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47A2AA; }

 p { color: rgb(71,162,170); }

 H1.HeaderClassName
 {
   color: #47A2AA;
 }
 .AnyTagClassName
 {
   color: #47A2AA;
 }
</style>

background-color css

<style>
 a { background-color: #47A2AA; }

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

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

border-color css

<style>
 span { border-color: #47A2AA; }

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

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