Html Css Color HEX #47B7AB Puerto Rico

📋 copy color: '#47B7AB'

red 71 ◦ green 183 ◦ blue 171

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

Shades of Puerto Rico #47B7AB

Tints of Puerto Rico #47B7AB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.06%

 BLUE value IS 171 (67.19% from 255) = 40.24%

R = 16.71%
G = 43.06%
B = 40.24%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#47B7AB (or 0x47B7AB) is known color: Puerto Rico. HEX triplet: 47, B7 and AB. RGB value is (71,183,171). Sum of RGB (Red+Green+Blue) = 71+183+171=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #47B7AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B7AB is #B84854. Grayscale: #949494. Windows color (decimal): -12077141 or 11253575. OLE color: 11253575.

HSL color Cylindrical-coordinate representation of color #47B7AB: hue angle of 173.57º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B7AB is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 71 183 171 -
CMYK 0.61 0 0.07 0.28
HSL 173.57º 0.44% 0.5% -
HSV(B) 173.57º 0.61% 0.72% -
XYZ 26.88 38.15 44.47 -
YUV 148.14 140.89 72.98 -
System Red Green Blue C M Y K H S L
Decimal 71 183 171 0.61 0 0.07 0.28 173.57 0.44 0.5
Hex 47 B7 AB 3D 0 7 1C AE 2C 32
Octal 107 267 253 75 0 7 34 256 54 62
Binary 1000111 10110111 10101011 111101 0 111 11100 10101110 101100 110010

Color Harmonies of #47B7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B7AB

Black with #47B7AB

Text Example


Text Example

White with #47B7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,183,171); }

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

background-color css

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

 a { background-color: rgb(71,183,171); }

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

border-color css

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

 span { border-color: rgb(71,183,171); }

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