Html Css Color HEX #47AC9F Puerto Rico

📋 copy color: '#47AC9F'

red 71 ◦ green 172 ◦ blue 159

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

Shades of Puerto Rico #47AC9F

Tints of Puerto Rico #47AC9F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.79%

 BLUE value IS 159 (62.5% from 255) = 39.55%

R = 17.66%
G = 42.79%
B = 39.55%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#47AC9F (or 0x47AC9F) is known color: Puerto Rico. HEX triplet: 47, AC and 9F. RGB value is (71,172,159). Sum of RGB (Red+Green+Blue) = 71+172+159=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 172 - color contains mainly: green. Hex color #47AC9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AC9F is #B85360. Grayscale: #8C8C8C. Windows color (decimal): -12079969 or 10464327. OLE color: 10464327.

HSL color Cylindrical-coordinate representation of color #47AC9F: hue angle of 172.28º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AC9F is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 172 159 -
CMYK 0.59 0 0.08 0.33
HSL 172.28º 0.42% 0.48% -
HSV(B) 172.28º 0.59% 0.67% -
XYZ 23.61 33.35 37.99 -
YUV 140.32 138.54 78.56 -
System Red Green Blue C M Y K H S L
Decimal 71 172 159 0.59 0 0.08 0.33 172.28 0.42 0.48
Hex 47 AC 9F 3B 0 8 21 AC 2A 30
Octal 107 254 237 73 0 10 41 254 52 60
Binary 1000111 10101100 10011111 111011 0 1000 100001 10101100 101010 110000

Color Harmonies of #47AC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AC9F

Black with #47AC9F

Text Example


Text Example

White with #47AC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,172,159); }

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

background-color css

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

 a { background-color: rgb(71,172,159); }

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

border-color css

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

 span { border-color: rgb(71,172,159); }

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