Html Css Color HEX #47BFAB Puerto Rico

📋 copy color: '#47BFAB'

red 71 ◦ green 191 ◦ blue 171

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

Shades of Puerto Rico #47BFAB

Tints of Puerto Rico #47BFAB

RGB

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

 GREEN value IS 191 (75% from 255) = 44.11%

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

R = 16.4%
G = 44.11%
B = 39.49%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#47BFAB (or 0x47BFAB) is known color: Puerto Rico. HEX triplet: 47, BF and AB. RGB value is (71,191,171). Sum of RGB (Red+Green+Blue) = 71+191+171=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #47BFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BFAB is #B84054. Grayscale: #989898. Windows color (decimal): -12075093 or 11255623. OLE color: 11255623.

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

Color convert

RGB 71 191 171 -
CMYK 0.63 0 0.10 0.25
HSL 170º 0.48% 0.51% -
HSV(B) 170º 0.63% 0.75% -
XYZ 28.58 41.54 45.04 -
YUV 152.84 138.24 69.63 -
System Red Green Blue C M Y K H S L
Decimal 71 191 171 0.63 0 0.10 0.25 170 0.48 0.51
Hex 47 BF AB 3F 0 A 19 AA 30 33
Octal 107 277 253 77 0 12 31 252 60 63
Binary 1000111 10111111 10101011 111111 0 1010 11001 10101010 110000 110011

Color Harmonies of #47BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BFAB

Black with #47BFAB

Text Example


Text Example

White with #47BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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