Html Css Color HEX #47AA99 Puerto Rico

📋 copy color: '#47AA99'

red 71 ◦ green 170 ◦ blue 153

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

Shades of Puerto Rico #47AA99

Tints of Puerto Rico #47AA99

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.15%

 BLUE value IS 153 (60.16% from 255) = 38.83%

R = 18.02%
G = 43.15%
B = 38.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#47AA99 (or 0x47AA99) is known color: Puerto Rico. HEX triplet: 47, AA and 99. RGB value is (71,170,153). Sum of RGB (Red+Green+Blue) = 71+170+153=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #47AA99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AA99 is #B85566. Grayscale: #8A8A8A. Windows color (decimal): -12080487 or 10070599. OLE color: 10070599.

HSL color Cylindrical-coordinate representation of color #47AA99: hue angle of 169.7º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47AA99 is Cyan = 0.58, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 170 153 -
CMYK 0.58 0 0.1 0.33
HSL 169.7º 0.41% 0.47% -
HSV(B) 169.7º 0.58% 0.67% -
XYZ 22.72 32.39 35.19 -
YUV 138.46 136.2 79.88 -
System Red Green Blue C M Y K H S L
Decimal 71 170 153 0.58 0 0.1 0.33 169.7 0.41 0.47
Hex 47 AA 99 3A 0 A 21 AA 29 2F
Octal 107 252 231 72 0 12 41 252 51 57
Binary 1000111 10101010 10011001 111010 0 1010 100001 10101010 101001 101111

Color Harmonies of #47AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AA99

Black with #47AA99

Text Example


Text Example

White with #47AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,170,153); }

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

background-color css

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

 a { background-color: rgb(71,170,153); }

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

border-color css

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

 span { border-color: rgb(71,170,153); }

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