Html Css Color HEX #47B0A0 Puerto Rico

📋 copy color: '#47B0A0'

red 71 ◦ green 176 ◦ blue 160

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

Shades of Puerto Rico #47B0A0

Tints of Puerto Rico #47B0A0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.24%

 BLUE value IS 160 (62.89% from 255) = 39.31%

R = 17.44%
G = 43.24%
B = 39.31%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#47B0A0 (or 0x47B0A0) is known color: Puerto Rico. HEX triplet: 47, B0 and A0. RGB value is (71,176,160). Sum of RGB (Red+Green+Blue) = 71+176+160=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #47B0A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B0A0 is #B84F5F. Grayscale: #8E8E8E. Windows color (decimal): -12078944 or 10530887. OLE color: 10530887.

HSL color Cylindrical-coordinate representation of color #47B0A0: hue angle of 170.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B0A0 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 176 160 -
CMYK 0.60 0 0.09 0.31
HSL 170.86º 0.43% 0.48% -
HSV(B) 170.86º 0.6% 0.69% -
XYZ 24.47 34.93 38.71 -
YUV 142.78 137.71 76.8 -
System Red Green Blue C M Y K H S L
Decimal 71 176 160 0.60 0 0.09 0.31 170.86 0.43 0.48
Hex 47 B0 A0 3C 0 9 1F AB 2B 30
Octal 107 260 240 74 0 11 37 253 53 60
Binary 1000111 10110000 10100000 111100 0 1001 11111 10101011 101011 110000

Color Harmonies of #47B0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B0A0

Black with #47B0A0

Text Example


Text Example

White with #47B0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,176,160); }

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

background-color css

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

 a { background-color: rgb(71,176,160); }

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

border-color css

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

 span { border-color: rgb(71,176,160); }

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