Html Css Color HEX #47AAA2 Puerto Rico

📋 copy color: '#47AAA2'

red 71 ◦ green 170 ◦ blue 162

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

Shades of Puerto Rico #47AAA2

Tints of Puerto Rico #47AAA2

RGB

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

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

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

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

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#47AAA2 (or 0x47AAA2) is known color: Puerto Rico. HEX triplet: 47, AA and A2. RGB value is (71,170,162). Sum of RGB (Red+Green+Blue) = 71+170+162=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #47AAA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AAA2 is #B8555D. Grayscale: #8B8B8B. Windows color (decimal): -12080478 or 10660423. OLE color: 10660423.

HSL color Cylindrical-coordinate representation of color #47AAA2: hue angle of 175.15º 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 #47AAA2 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 170 162 -
CMYK 0.58 0 0.05 0.33
HSL 175.15º 0.41% 0.47% -
HSV(B) 175.15º 0.58% 0.67% -
XYZ 23.49 32.7 39.26 -
YUV 139.49 140.7 79.15 -
System Red Green Blue C M Y K H S L
Decimal 71 170 162 0.58 0 0.05 0.33 175.15 0.41 0.47
Hex 47 AA A2 3A 0 5 21 AF 29 2F
Octal 107 252 242 72 0 5 41 257 51 57
Binary 1000111 10101010 10100010 111010 0 101 100001 10101111 101001 101111

Color Harmonies of #47AAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AAA2

Black with #47AAA2

Text Example


Text Example

White with #47AAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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