Html Css Color HEX #47C3A2 Puerto Rico

📋 copy color: '#47C3A2'

red 71 ◦ green 195 ◦ blue 162

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

Shades of Puerto Rico #47C3A2

Tints of Puerto Rico #47C3A2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.56%

 BLUE value IS 162 (63.67% from 255) = 37.85%

R = 16.59%
G = 45.56%
B = 37.85%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#47C3A2 (or 0x47C3A2) is known color: Puerto Rico. HEX triplet: 47, C3 and A2. RGB value is (71,195,162). Sum of RGB (Red+Green+Blue) = 71+195+162=428 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.59% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #47C3A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C3A2 is #B83C5D. Grayscale: #9A9A9A. Windows color (decimal): -12074078 or 10666823. OLE color: 10666823.

HSL color Cylindrical-coordinate representation of color #47C3A2: hue angle of 164.03º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C3A2 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 195 162 -
CMYK 0.64 0 0.17 0.24
HSL 164.03º 0.51% 0.52% -
HSV(B) 164.03º 0.64% 0.76% -
XYZ 28.64 42.98 40.97 -
YUV 154.16 132.42 68.68 -
System Red Green Blue C M Y K H S L
Decimal 71 195 162 0.64 0 0.17 0.24 164.03 0.51 0.52
Hex 47 C3 A2 40 0 11 18 A4 33 34
Octal 107 303 242 100 0 21 30 244 63 64
Binary 1000111 11000011 10100010 1000000 0 10001 11000 10100100 110011 110100

Color Harmonies of #47C3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C3A2

Black with #47C3A2

Text Example


Text Example

White with #47C3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,195,162); }

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

background-color css

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

 a { background-color: rgb(71,195,162); }

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

border-color css

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

 span { border-color: rgb(71,195,162); }

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