Html Css Color HEX #47BFB1 Puerto Rico

📋 copy color: '#47BFB1'

red 71 ◦ green 191 ◦ blue 177

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

Shades of Puerto Rico #47BFB1

Tints of Puerto Rico #47BFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.32%

R = 16.17%
G = 43.51%
B = 40.32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#47BFB1 (or 0x47BFB1) is known color: Puerto Rico. HEX triplet: 47, BF and B1. RGB value is (71,191,177). Sum of RGB (Red+Green+Blue) = 71+191+177=439 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.17% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #47BFB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BFB1 is #B8404E. Grayscale: #999999. Windows color (decimal): -12075087 or 11648839. OLE color: 11648839.

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

Color convert

RGB 71 191 177 -
CMYK 0.63 0 0.07 0.25
HSL 173º 0.48% 0.51% -
HSV(B) 173º 0.63% 0.75% -
XYZ 29.17 41.78 48.12 -
YUV 153.52 141.24 69.14 -
System Red Green Blue C M Y K H S L
Decimal 71 191 177 0.63 0 0.07 0.25 173 0.48 0.51
Hex 47 BF B1 3F 0 7 19 AD 30 33
Octal 107 277 261 77 0 7 31 255 60 63
Binary 1000111 10111111 10110001 111111 0 111 11001 10101101 110000 110011

Color Harmonies of #47BFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BFB1

Black with #47BFB1

Text Example


Text Example

White with #47BFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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