Html Css Color HEX #47B3A7 Puerto Rico

📋 copy color: '#47B3A7'

red 71 ◦ green 179 ◦ blue 167

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

Shades of Puerto Rico #47B3A7

Tints of Puerto Rico #47B3A7

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.93%

 BLUE value IS 167 (65.63% from 255) = 40.05%

R = 17.03%
G = 42.93%
B = 40.05%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#47B3A7 (or 0x47B3A7) is known color: Puerto Rico. HEX triplet: 47, B3 and A7. RGB value is (71,179,167). Sum of RGB (Red+Green+Blue) = 71+179+167=417 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.03% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 167 (65.62% from 255 or 40.05% from 417); Max value from RGB is 179 - color contains mainly: green. Hex color #47B3A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B3A7 is #B84C58. Grayscale: #919191. Windows color (decimal): -12078169 or 10990407. OLE color: 10990407.

HSL color Cylindrical-coordinate representation of color #47B3A7: hue angle of 173.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B3A7 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 71 179 167 -
CMYK 0.60 0 0.07 0.30
HSL 173.33º 0.43% 0.49% -
HSV(B) 173.33º 0.6% 0.7% -
XYZ 25.69 36.37 42.23 -
YUV 145.34 140.22 74.98 -
System Red Green Blue C M Y K H S L
Decimal 71 179 167 0.60 0 0.07 0.30 173.33 0.43 0.49
Hex 47 B3 A7 3C 0 7 1E AD 2B 31
Octal 107 263 247 74 0 7 36 255 53 61
Binary 1000111 10110011 10100111 111100 0 111 11110 10101101 101011 110001

Color Harmonies of #47B3A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B3A7

Black with #47B3A7

Text Example


Text Example

White with #47B3A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,179,167); }

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

background-color css

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

 a { background-color: rgb(71,179,167); }

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

border-color css

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

 span { border-color: rgb(71,179,167); }

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