Html Css Color HEX #47BD9F Puerto Rico

📋 copy color: '#47BD9F'

red 71 ◦ green 189 ◦ blue 159

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

Shades of Puerto Rico #47BD9F

Tints of Puerto Rico #47BD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.95%

R = 16.95%
G = 45.11%
B = 37.95%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#47BD9F (or 0x47BD9F) is known color: Puerto Rico. HEX triplet: 47, BD and 9F. RGB value is (71,189,159). Sum of RGB (Red+Green+Blue) = 71+189+159=419 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.95% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BD9F is #B84260. Grayscale: #969696. Windows color (decimal): -12075617 or 10468679. OLE color: 10468679.

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

Color convert

RGB 71 189 159 -
CMYK 0.62 0 0.16 0.26
HSL 164.75º 0.47% 0.51% -
HSV(B) 164.75º 0.62% 0.74% -
XYZ 27.05 40.24 39.14 -
YUV 150.3 132.91 71.44 -
System Red Green Blue C M Y K H S L
Decimal 71 189 159 0.62 0 0.16 0.26 164.75 0.47 0.51
Hex 47 BD 9F 3E 0 10 1A A5 2F 33
Octal 107 275 237 76 0 20 32 245 57 63
Binary 1000111 10111101 10011111 111110 0 10000 11010 10100101 101111 110011

Color Harmonies of #47BD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BD9F

Black with #47BD9F

Text Example


Text Example

White with #47BD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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