Html Css Color HEX #47AB99 Puerto Rico

📋 copy color: '#47AB99'

red 71 ◦ green 171 ◦ blue 153

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

Shades of Puerto Rico #47AB99

Tints of Puerto Rico #47AB99

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.29%

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

R = 17.97%
G = 43.29%
B = 38.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#47AB99 (or 0x47AB99) is known color: Puerto Rico. HEX triplet: 47, AB and 99. RGB value is (71,171,153). Sum of RGB (Red+Green+Blue) = 71+171+153=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AB99 is #B85466. Grayscale: #8B8B8B. Windows color (decimal): -12080231 or 10070855. OLE color: 10070855.

HSL color Cylindrical-coordinate representation of color #47AB99: hue angle of 169.2º 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 #47AB99 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 171 153 -
CMYK 0.58 0 0.11 0.33
HSL 169.2º 0.41% 0.47% -
HSV(B) 169.2º 0.58% 0.67% -
XYZ 22.91 32.77 35.25 -
YUV 139.05 135.87 79.46 -
System Red Green Blue C M Y K H S L
Decimal 71 171 153 0.58 0 0.11 0.33 169.2 0.41 0.47
Hex 47 AB 99 3A 0 B 21 A9 29 2F
Octal 107 253 231 72 0 13 41 251 51 57
Binary 1000111 10101011 10011001 111010 0 1011 100001 10101001 101001 101111

Color Harmonies of #47AB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AB99

Black with #47AB99

Text Example


Text Example

White with #47AB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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