Html Css Color HEX #47C9B0 Puerto Rico

📋 copy color: '#47C9B0'

red 71 ◦ green 201 ◦ blue 176

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

Shades of Puerto Rico #47C9B0

Tints of Puerto Rico #47C9B0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.87%

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

R = 15.85%
G = 44.87%
B = 39.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#47C9B0 (or 0x47C9B0) is known color: Puerto Rico. HEX triplet: 47, C9 and B0. RGB value is (71,201,176). Sum of RGB (Red+Green+Blue) = 71+201+176=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #47C9B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C9B0 is #B8364F. Grayscale: #9F9F9F. Windows color (decimal): -12072528 or 11585863. OLE color: 11585863.

HSL color Cylindrical-coordinate representation of color #47C9B0: hue angle of 168.46º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47C9B0 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 201 176 -
CMYK 0.65 0 0.12 0.21
HSL 168.46º 0.55% 0.53% -
HSV(B) 168.46º 0.65% 0.79% -
XYZ 31.32 46.25 48.35 -
YUV 159.28 137.43 65.03 -
System Red Green Blue C M Y K H S L
Decimal 71 201 176 0.65 0 0.12 0.21 168.46 0.55 0.53
Hex 47 C9 B0 41 0 C 15 A8 37 35
Octal 107 311 260 101 0 14 25 250 67 65
Binary 1000111 11001001 10110000 1000001 0 1100 10101 10101000 110111 110101

Color Harmonies of #47C9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C9B0

Black with #47C9B0

Text Example


Text Example

White with #47C9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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