Html Css Color HEX #47AF96 Puerto Rico

📋 copy color: '#47AF96'

red 71 ◦ green 175 ◦ blue 150

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

Shades of Puerto Rico #47AF96

Tints of Puerto Rico #47AF96

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.19%

 BLUE value IS 150 (58.98% from 255) = 37.88%

R = 17.93%
G = 44.19%
B = 37.88%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#47AF96 (or 0x47AF96) is known color: Puerto Rico. HEX triplet: 47, AF and 96. RGB value is (71,175,150). Sum of RGB (Red+Green+Blue) = 71+175+150=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #47AF96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AF96 is #B85069. Grayscale: #8D8D8D. Windows color (decimal): -12079210 or 9875271. OLE color: 9875271.

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

Color convert

RGB 71 175 150 -
CMYK 0.59 0 0.14 0.31
HSL 165.58º 0.42% 0.48% -
HSV(B) 165.58º 0.59% 0.69% -
XYZ 23.43 34.2 34.22 -
YUV 141.05 133.04 78.03 -
System Red Green Blue C M Y K H S L
Decimal 71 175 150 0.59 0 0.14 0.31 165.58 0.42 0.48
Hex 47 AF 96 3B 0 E 1F A6 2A 30
Octal 107 257 226 73 0 16 37 246 52 60
Binary 1000111 10101111 10010110 111011 0 1110 11111 10100110 101010 110000

Color Harmonies of #47AF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AF96

Black with #47AF96

Text Example


Text Example

White with #47AF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,175,150); }

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

background-color css

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

 a { background-color: rgb(71,175,150); }

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

border-color css

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

 span { border-color: rgb(71,175,150); }

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