Html Css Color HEX #47BC94 Puerto Rico

📋 copy color: '#47BC94'

red 71 ◦ green 188 ◦ blue 148

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

Shades of Puerto Rico #47BC94

Tints of Puerto Rico #47BC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.36%

R = 17.44%
G = 46.19%
B = 36.36%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#47BC94 (or 0x47BC94) is known color: Puerto Rico. HEX triplet: 47, BC and 94. RGB value is (71,188,148). Sum of RGB (Red+Green+Blue) = 71+188+148=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #47BC94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BC94 is #B8436B. Grayscale: #949494. Windows color (decimal): -12075884 or 9747527. OLE color: 9747527.

HSL color Cylindrical-coordinate representation of color #47BC94: hue angle of 159.49º 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 #47BC94 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 188 148 -
CMYK 0.62 0 0.21 0.26
HSL 159.49º 0.47% 0.51% -
HSV(B) 159.49º 0.62% 0.74% -
XYZ 25.93 39.44 34.26 -
YUV 148.46 127.74 72.75 -
System Red Green Blue C M Y K H S L
Decimal 71 188 148 0.62 0 0.21 0.26 159.49 0.47 0.51
Hex 47 BC 94 3E 0 15 1A 9F 2F 33
Octal 107 274 224 76 0 25 32 237 57 63
Binary 1000111 10111100 10010100 111110 0 10101 11010 10011111 101111 110011

Color Harmonies of #47BC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BC94

Black with #47BC94

Text Example


Text Example

White with #47BC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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