Html Css Color HEX #47B995 Puerto Rico

📋 copy color: '#47B995'

red 71 ◦ green 185 ◦ blue 149

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

Shades of Puerto Rico #47B995

Tints of Puerto Rico #47B995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.68%

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 17.53%
G = 45.68%
B = 36.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#47B995 (or 0x47B995) is known color: Puerto Rico. HEX triplet: 47, B9 and 95. RGB value is (71,185,149). Sum of RGB (Red+Green+Blue) = 71+185+149=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #47B995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B995 is #B8466A. Grayscale: #929292. Windows color (decimal): -12076651 or 9812295. OLE color: 9812295.

HSL color Cylindrical-coordinate representation of color #47B995: hue angle of 161.05º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47B995 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 185 149 -
CMYK 0.62 0 0.19 0.27
HSL 161.05º 0.45% 0.5% -
HSV(B) 161.05º 0.62% 0.73% -
XYZ 25.37 38.21 34.47 -
YUV 146.81 129.23 73.93 -
System Red Green Blue C M Y K H S L
Decimal 71 185 149 0.62 0 0.19 0.27 161.05 0.45 0.5
Hex 47 B9 95 3E 0 13 1B A1 2D 32
Octal 107 271 225 76 0 23 33 241 55 62
Binary 1000111 10111001 10010101 111110 0 10011 11011 10100001 101101 110010

Color Harmonies of #47B995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B995

Black with #47B995

Text Example


Text Example

White with #47B995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,185,149); }

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

background-color css

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

 a { background-color: rgb(71,185,149); }

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

border-color css

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

 span { border-color: rgb(71,185,149); }

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