Html Css Color HEX #47C0A0 Puerto Rico

📋 copy color: '#47C0A0'

red 71 ◦ green 192 ◦ blue 160

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

Shades of Puerto Rico #47C0A0

Tints of Puerto Rico #47C0A0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.39%

 BLUE value IS 160 (62.89% from 255) = 37.83%

R = 16.78%
G = 45.39%
B = 37.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#47C0A0 (or 0x47C0A0) is known color: Puerto Rico. HEX triplet: 47, C0 and A0. RGB value is (71,192,160). Sum of RGB (Red+Green+Blue) = 71+192+160=423 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.78% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #47C0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C0A0 is #B83F5F. Grayscale: #989898. Windows color (decimal): -12074848 or 10534983. OLE color: 10534983.

HSL color Cylindrical-coordinate representation of color #47C0A0: hue angle of 164.13º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C0A0 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 192 160 -
CMYK 0.63 0 0.17 0.25
HSL 164.13º 0.49% 0.52% -
HSV(B) 164.13º 0.63% 0.75% -
XYZ 27.79 41.58 39.82 -
YUV 152.17 132.41 70.1 -
System Red Green Blue C M Y K H S L
Decimal 71 192 160 0.63 0 0.17 0.25 164.13 0.49 0.52
Hex 47 C0 A0 3F 0 11 19 A4 31 34
Octal 107 300 240 77 0 21 31 244 61 64
Binary 1000111 11000000 10100000 111111 0 10001 11001 10100100 110001 110100

Color Harmonies of #47C0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C0A0

Black with #47C0A0

Text Example


Text Example

White with #47C0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,192,160); }

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

background-color css

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

 a { background-color: rgb(71,192,160); }

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

border-color css

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

 span { border-color: rgb(71,192,160); }

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