Html Css Color HEX #47BEAC Puerto Rico

📋 copy color: '#47BEAC'

red 71 ◦ green 190 ◦ blue 172

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

Shades of Puerto Rico #47BEAC

Tints of Puerto Rico #47BEAC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.88%

 BLUE value IS 172 (67.58% from 255) = 39.72%

R = 16.4%
G = 43.88%
B = 39.72%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#47BEAC (or 0x47BEAC) is known color: Puerto Rico. HEX triplet: 47, BE and AC. RGB value is (71,190,172). Sum of RGB (Red+Green+Blue) = 71+190+172=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #47BEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BEAC is #B84153. Grayscale: #989898. Windows color (decimal): -12075348 or 11320903. OLE color: 11320903.

HSL color Cylindrical-coordinate representation of color #47BEAC: hue angle of 170.92º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BEAC is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 190 172 -
CMYK 0.63 0 0.09 0.25
HSL 170.92º 0.48% 0.51% -
HSV(B) 170.92º 0.63% 0.75% -
XYZ 28.46 41.15 45.47 -
YUV 152.37 139.08 69.96 -
System Red Green Blue C M Y K H S L
Decimal 71 190 172 0.63 0 0.09 0.25 170.92 0.48 0.51
Hex 47 BE AC 3F 0 9 19 AB 30 33
Octal 107 276 254 77 0 11 31 253 60 63
Binary 1000111 10111110 10101100 111111 0 1001 11001 10101011 110000 110011

Color Harmonies of #47BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BEAC

Black with #47BEAC

Text Example


Text Example

White with #47BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,190,172); }

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

background-color css

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

 a { background-color: rgb(71,190,172); }

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

border-color css

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

 span { border-color: rgb(71,190,172); }

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