Html Css Color HEX #47BFAC Puerto Rico

📋 copy color: '#47BFAC'

red 71 ◦ green 191 ◦ blue 172

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

Shades of Puerto Rico #47BFAC

Tints of Puerto Rico #47BFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.63%

R = 16.36%
G = 44.01%
B = 39.63%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#47BFAC (or 0x47BFAC) is known color: Puerto Rico. HEX triplet: 47, BF and AC. RGB value is (71,191,172). Sum of RGB (Red+Green+Blue) = 71+191+172=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #47BFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BFAC is #B84053. Grayscale: #989898. Windows color (decimal): -12075092 or 11321159. OLE color: 11321159.

HSL color Cylindrical-coordinate representation of color #47BFAC: hue angle of 170.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 #47BFAC is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 191 172 -
CMYK 0.63 0 0.10 0.25
HSL 170.5º 0.48% 0.51% -
HSV(B) 170.5º 0.63% 0.75% -
XYZ 28.68 41.58 45.54 -
YUV 152.95 138.74 69.54 -
System Red Green Blue C M Y K H S L
Decimal 71 191 172 0.63 0 0.10 0.25 170.5 0.48 0.51
Hex 47 BF AC 3F 0 A 19 AA 30 33
Octal 107 277 254 77 0 12 31 252 60 63
Binary 1000111 10111111 10101100 111111 0 1010 11001 10101010 110000 110011

Color Harmonies of #47BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BFAC

Black with #47BFAC

Text Example


Text Example

White with #47BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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