Html Css Color HEX #47B8AB Puerto Rico

📋 copy color: '#47B8AB'

red 71 ◦ green 184 ◦ blue 171

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

Shades of Puerto Rico #47B8AB

Tints of Puerto Rico #47B8AB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.19%

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

R = 16.67%
G = 43.19%
B = 40.14%

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

#47B8AB (or 0x47B8AB) is known color: Puerto Rico. HEX triplet: 47, B8 and AB. RGB value is (71,184,171). Sum of RGB (Red+Green+Blue) = 71+184+171=426 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.67% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 184 - color contains mainly: green. Hex color #47B8AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B8AB is #B84754. Grayscale: #949494. Windows color (decimal): -12076885 or 11253831. OLE color: 11253831.

HSL color Cylindrical-coordinate representation of color #47B8AB: hue angle of 173.1º 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 #47B8AB is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 71 184 171 -
CMYK 0.61 0 0.07 0.28
HSL 173.1º 0.44% 0.5% -
HSV(B) 173.1º 0.61% 0.72% -
XYZ 27.09 38.56 44.54 -
YUV 148.73 140.56 72.56 -
System Red Green Blue C M Y K H S L
Decimal 71 184 171 0.61 0 0.07 0.28 173.1 0.44 0.5
Hex 47 B8 AB 3D 0 7 1C AD 2C 32
Octal 107 270 253 75 0 7 34 255 54 62
Binary 1000111 10111000 10101011 111101 0 111 11100 10101101 101100 110010

Color Harmonies of #47B8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B8AB

Black with #47B8AB

Text Example


Text Example

White with #47B8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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