Html Css Color HEX #47BFAA Puerto Rico

📋 copy color: '#47BFAA'

red 71 ◦ green 191 ◦ blue 170

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

Shades of Puerto Rico #47BFAA

Tints of Puerto Rico #47BFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 44.21%

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

R = 16.44%
G = 44.21%
B = 39.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#47BFAA (or 0x47BFAA) is known color: Puerto Rico. HEX triplet: 47, BF and AA. RGB value is (71,191,170). Sum of RGB (Red+Green+Blue) = 71+191+170=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #47BFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BFAA is #B84055. Grayscale: #989898. Windows color (decimal): -12075094 or 11190087. OLE color: 11190087.

HSL color Cylindrical-coordinate representation of color #47BFAA: hue angle of 169.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BFAA is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 191 170 -
CMYK 0.63 0 0.11 0.25
HSL 169.5º 0.48% 0.51% -
HSV(B) 169.5º 0.63% 0.75% -
XYZ 28.49 41.5 44.54 -
YUV 152.73 137.74 69.71 -
System Red Green Blue C M Y K H S L
Decimal 71 191 170 0.63 0 0.11 0.25 169.5 0.48 0.51
Hex 47 BF AA 3F 0 B 19 AA 30 33
Octal 107 277 252 77 0 13 31 252 60 63
Binary 1000111 10111111 10101010 111111 0 1011 11001 10101010 110000 110011

Color Harmonies of #47BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BFAA

Black with #47BFAA

Text Example


Text Example

White with #47BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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