Html Css Color HEX #47BEA2 Puerto Rico

📋 copy color: '#47BEA2'

red 71 ◦ green 190 ◦ blue 162

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

Shades of Puerto Rico #47BEA2

Tints of Puerto Rico #47BEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.3%

R = 16.78%
G = 44.92%
B = 38.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#47BEA2 (or 0x47BEA2) is known color: Puerto Rico. HEX triplet: 47, BE and A2. RGB value is (71,190,162). Sum of RGB (Red+Green+Blue) = 71+190+162=423 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.78% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #47BEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BEA2 is #B8415D. Grayscale: #979797. Windows color (decimal): -12075358 or 10665543. OLE color: 10665543.

HSL color Cylindrical-coordinate representation of color #47BEA2: hue angle of 165.88º 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 #47BEA2 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 190 162 -
CMYK 0.63 0 0.15 0.25
HSL 165.88º 0.48% 0.51% -
HSV(B) 165.88º 0.63% 0.75% -
XYZ 27.53 40.78 40.6 -
YUV 151.23 134.08 70.78 -
System Red Green Blue C M Y K H S L
Decimal 71 190 162 0.63 0 0.15 0.25 165.88 0.48 0.51
Hex 47 BE A2 3F 0 F 19 A6 30 33
Octal 107 276 242 77 0 17 31 246 60 63
Binary 1000111 10111110 10100010 111111 0 1111 11001 10100110 110000 110011

Color Harmonies of #47BEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BEA2

Black with #47BEA2

Text Example


Text Example

White with #47BEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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