Html Css Color HEX #47BD94 Puerto Rico

📋 copy color: '#47BD94'

red 71 ◦ green 189 ◦ blue 148

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

Shades of Puerto Rico #47BD94

Tints of Puerto Rico #47BD94

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.32%

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

R = 17.4%
G = 46.32%
B = 36.27%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#47BD94 (or 0x47BD94) is known color: Puerto Rico. HEX triplet: 47, BD and 94. RGB value is (71,189,148). Sum of RGB (Red+Green+Blue) = 71+189+148=408 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.40% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BD94 is #B8426B. Grayscale: #959595. Windows color (decimal): -12075628 or 9747783. OLE color: 9747783.

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

Color convert

RGB 71 189 148 -
CMYK 0.62 0 0.22 0.26
HSL 159.15º 0.47% 0.51% -
HSV(B) 159.15º 0.62% 0.74% -
XYZ 26.14 39.87 34.34 -
YUV 149.04 127.41 72.33 -
System Red Green Blue C M Y K H S L
Decimal 71 189 148 0.62 0 0.22 0.26 159.15 0.47 0.51
Hex 47 BD 94 3E 0 16 1A 9F 2F 33
Octal 107 275 224 76 0 26 32 237 57 63
Binary 1000111 10111101 10010100 111110 0 10110 11010 10011111 101111 110011

Color Harmonies of #47BD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BD94

Black with #47BD94

Text Example


Text Example

White with #47BD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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