Html Css Color HEX #47B493 Puerto Rico

📋 copy color: '#47B493'

red 71 ◦ green 180 ◦ blue 147

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

Shades of Puerto Rico #47B493

Tints of Puerto Rico #47B493

RGB

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

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

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

R = 17.84%
G = 45.23%
B = 36.93%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#47B493 (or 0x47B493) is known color: Puerto Rico. HEX triplet: 47, B4 and 93. RGB value is (71,180,147). Sum of RGB (Red+Green+Blue) = 71+180+147=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #47B493 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B493 is #B84B6C. Grayscale: #8F8F8F. Windows color (decimal): -12077933 or 9679943. OLE color: 9679943.

HSL color Cylindrical-coordinate representation of color #47B493: hue angle of 161.83º 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 #47B493 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 71 180 147 -
CMYK 0.61 0 0.18 0.29
HSL 161.83º 0.43% 0.49% -
HSV(B) 161.83º 0.61% 0.71% -
XYZ 24.19 36.09 33.29 -
YUV 143.65 129.89 76.18 -
System Red Green Blue C M Y K H S L
Decimal 71 180 147 0.61 0 0.18 0.29 161.83 0.43 0.49
Hex 47 B4 93 3D 0 12 1D A2 2B 31
Octal 107 264 223 75 0 22 35 242 53 61
Binary 1000111 10110100 10010011 111101 0 10010 11101 10100010 101011 110001

Color Harmonies of #47B493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B493

Black with #47B493

Text Example


Text Example

White with #47B493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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