Html Css Color HEX #47B996 Puerto Rico

📋 copy color: '#47B996'

red 71 ◦ green 185 ◦ blue 150

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

Shades of Puerto Rico #47B996

Tints of Puerto Rico #47B996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.95%

R = 17.49%
G = 45.57%
B = 36.95%

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

#47B996 (or 0x47B996) is known color: Puerto Rico. HEX triplet: 47, B9 and 96. RGB value is (71,185,150). Sum of RGB (Red+Green+Blue) = 71+185+150=406 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.49% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #47B996 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B996 is #B84669. Grayscale: #929292. Windows color (decimal): -12076650 or 9877831. OLE color: 9877831.

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

Color convert

RGB 71 185 150 -
CMYK 0.62 0 0.19 0.27
HSL 161.58º 0.45% 0.5% -
HSV(B) 161.58º 0.62% 0.73% -
XYZ 25.45 38.24 34.89 -
YUV 146.92 129.73 73.85 -
System Red Green Blue C M Y K H S L
Decimal 71 185 150 0.62 0 0.19 0.27 161.58 0.45 0.5
Hex 47 B9 96 3E 0 13 1B A2 2D 32
Octal 107 271 226 76 0 23 33 242 55 62
Binary 1000111 10111001 10010110 111110 0 10011 11011 10100010 101101 110010

Color Harmonies of #47B996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B996

Black with #47B996

Text Example


Text Example

White with #47B996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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