Html Css Color HEX #47AEA0 Puerto Rico

📋 copy color: '#47AEA0'

red 71 ◦ green 174 ◦ blue 160

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

Shades of Puerto Rico #47AEA0

Tints of Puerto Rico #47AEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.51%

R = 17.53%
G = 42.96%
B = 39.51%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#47AEA0 (or 0x47AEA0) is known color: Puerto Rico. HEX triplet: 47, AE and A0. RGB value is (71,174,160). Sum of RGB (Red+Green+Blue) = 71+174+160=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #47AEA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AEA0 is #B8515F. Grayscale: #8D8D8D. Windows color (decimal): -12079456 or 10530375. OLE color: 10530375.

HSL color Cylindrical-coordinate representation of color #47AEA0: hue angle of 171.84º 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 #47AEA0 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 174 160 -
CMYK 0.59 0 0.08 0.32
HSL 171.84º 0.42% 0.48% -
HSV(B) 171.84º 0.59% 0.68% -
XYZ 24.08 34.15 38.58 -
YUV 141.61 138.38 77.64 -
System Red Green Blue C M Y K H S L
Decimal 71 174 160 0.59 0 0.08 0.32 171.84 0.42 0.48
Hex 47 AE A0 3B 0 8 20 AC 2A 30
Octal 107 256 240 73 0 10 40 254 52 60
Binary 1000111 10101110 10100000 111011 0 1000 100000 10101100 101010 110000

Color Harmonies of #47AEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AEA0

Black with #47AEA0

Text Example


Text Example

White with #47AEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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