Html Css Color HEX #47C8B0 Puerto Rico

📋 copy color: '#47C8B0'

red 71 ◦ green 200 ◦ blue 176

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

Shades of Puerto Rico #47C8B0

Tints of Puerto Rico #47C8B0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.74%

 BLUE value IS 176 (69.14% from 255) = 39.37%

R = 15.88%
G = 44.74%
B = 39.37%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#47C8B0 (or 0x47C8B0) is known color: Puerto Rico. HEX triplet: 47, C8 and B0. RGB value is (71,200,176). Sum of RGB (Red+Green+Blue) = 71+200+176=447 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.88% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #47C8B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C8B0 is #B8374F. Grayscale: #9E9E9E. Windows color (decimal): -12072784 or 11585607. OLE color: 11585607.

HSL color Cylindrical-coordinate representation of color #47C8B0: hue angle of 168.84º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C8B0 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 200 176 -
CMYK 0.64 0 0.12 0.22
HSL 168.84º 0.54% 0.53% -
HSV(B) 168.84º 0.65% 0.78% -
XYZ 31.09 45.78 48.27 -
YUV 158.69 137.76 65.45 -
System Red Green Blue C M Y K H S L
Decimal 71 200 176 0.64 0 0.12 0.22 168.84 0.54 0.53
Hex 47 C8 B0 40 0 C 16 A9 36 35
Octal 107 310 260 100 0 14 26 251 66 65
Binary 1000111 11001000 10110000 1000000 0 1100 10110 10101001 110110 110101

Color Harmonies of #47C8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C8B0

Black with #47C8B0

Text Example


Text Example

White with #47C8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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