Html Css Color HEX #47BC93 Puerto Rico

📋 copy color: '#47BC93'

red 71 ◦ green 188 ◦ blue 147

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

Shades of Puerto Rico #47BC93

Tints of Puerto Rico #47BC93

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.31%

 BLUE value IS 147 (57.81% from 255) = 36.21%

R = 17.49%
G = 46.31%
B = 36.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#47BC93 (or 0x47BC93) is known color: Puerto Rico. HEX triplet: 47, BC and 93. RGB value is (71,188,147). Sum of RGB (Red+Green+Blue) = 71+188+147=406 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.49% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #47BC93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BC93 is #B8436C. Grayscale: #949494. Windows color (decimal): -12075885 or 9681991. OLE color: 9681991.

HSL color Cylindrical-coordinate representation of color #47BC93: hue angle of 158.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BC93 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 188 147 -
CMYK 0.62 0 0.22 0.26
HSL 158.97º 0.47% 0.51% -
HSV(B) 158.97º 0.62% 0.74% -
XYZ 25.85 39.41 33.85 -
YUV 148.34 127.24 72.83 -
System Red Green Blue C M Y K H S L
Decimal 71 188 147 0.62 0 0.22 0.26 158.97 0.47 0.51
Hex 47 BC 93 3E 0 16 1A 9F 2F 33
Octal 107 274 223 76 0 26 32 237 57 63
Binary 1000111 10111100 10010011 111110 0 10110 11010 10011111 101111 110011

Color Harmonies of #47BC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BC93

Black with #47BC93

Text Example


Text Example

White with #47BC93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,188,147); }

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

background-color css

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

 a { background-color: rgb(71,188,147); }

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

border-color css

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

 span { border-color: rgb(71,188,147); }

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