Html Css Color HEX #47B497 Puerto Rico

📋 copy color: '#47B497'

red 71 ◦ green 180 ◦ blue 151

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

Shades of Puerto Rico #47B497

Tints of Puerto Rico #47B497

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.78%

 BLUE value IS 151 (59.38% from 255) = 37.56%

R = 17.66%
G = 44.78%
B = 37.56%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#47B497 (or 0x47B497) is known color: Puerto Rico. HEX triplet: 47, B4 and 97. RGB value is (71,180,151). Sum of RGB (Red+Green+Blue) = 71+180+151=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #47B497 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B497 is #B84B68. Grayscale: #909090. Windows color (decimal): -12077929 or 9942087. OLE color: 9942087.

HSL color Cylindrical-coordinate representation of color #47B497: hue angle of 164.04º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B497 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 71 180 151 -
CMYK 0.61 0 0.16 0.29
HSL 164.04º 0.43% 0.49% -
HSV(B) 164.04º 0.61% 0.71% -
XYZ 24.51 36.22 34.98 -
YUV 144.1 131.89 75.86 -
System Red Green Blue C M Y K H S L
Decimal 71 180 151 0.61 0 0.16 0.29 164.04 0.43 0.49
Hex 47 B4 97 3D 0 10 1D A4 2B 31
Octal 107 264 227 75 0 20 35 244 53 61
Binary 1000111 10110100 10010111 111101 0 10000 11101 10100100 101011 110001

Color Harmonies of #47B497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B497

Black with #47B497

Text Example


Text Example

White with #47B497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,180,151); }

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

background-color css

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

 a { background-color: rgb(71,180,151); }

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

border-color css

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

 span { border-color: rgb(71,180,151); }

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