Html Css Color HEX #47AEA2 Puerto Rico

📋 copy color: '#47AEA2'

red 71 ◦ green 174 ◦ blue 162

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

Shades of Puerto Rico #47AEA2

Tints of Puerto Rico #47AEA2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.75%

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

R = 17.44%
G = 42.75%
B = 39.8%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#47AEA2 (or 0x47AEA2) is known color: Puerto Rico. HEX triplet: 47, AE and A2. RGB value is (71,174,162). Sum of RGB (Red+Green+Blue) = 71+174+162=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #47AEA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AEA2 is #B8515D. Grayscale: #8D8D8D. Windows color (decimal): -12079454 or 10661447. OLE color: 10661447.

HSL color Cylindrical-coordinate representation of color #47AEA2: hue angle of 173.01º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AEA2 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 174 162 -
CMYK 0.59 0 0.07 0.32
HSL 173.01º 0.42% 0.48% -
HSV(B) 173.01º 0.59% 0.68% -
XYZ 24.26 34.22 39.51 -
YUV 141.84 139.38 77.48 -
System Red Green Blue C M Y K H S L
Decimal 71 174 162 0.59 0 0.07 0.32 173.01 0.42 0.48
Hex 47 AE A2 3B 0 7 20 AD 2A 30
Octal 107 256 242 73 0 7 40 255 52 60
Binary 1000111 10101110 10100010 111011 0 111 100000 10101101 101010 110000

Color Harmonies of #47AEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AEA2

Black with #47AEA2

Text Example


Text Example

White with #47AEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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