Html Css Color HEX #47ABA5 Puerto Rico

📋 copy color: '#47ABA5'

red 71 ◦ green 171 ◦ blue 165

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

Shades of Puerto Rico #47ABA5

Tints of Puerto Rico #47ABA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.54%

R = 17.44%
G = 42.01%
B = 40.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#47ABA5 (or 0x47ABA5) is known color: Puerto Rico. HEX triplet: 47, AB and A5. RGB value is (71,171,165). Sum of RGB (Red+Green+Blue) = 71+171+165=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #47ABA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ABA5 is #B8545A. Grayscale: #8C8C8C. Windows color (decimal): -12080219 or 10857287. OLE color: 10857287.

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

Color convert

RGB 71 171 165 -
CMYK 0.58 0 0.04 0.33
HSL 176.4º 0.41% 0.47% -
HSV(B) 176.4º 0.58% 0.67% -
XYZ 23.95 33.18 40.74 -
YUV 140.42 141.87 78.49 -
System Red Green Blue C M Y K H S L
Decimal 71 171 165 0.58 0 0.04 0.33 176.4 0.41 0.47
Hex 47 AB A5 3A 0 4 21 B0 29 2F
Octal 107 253 245 72 0 4 41 260 51 57
Binary 1000111 10101011 10100101 111010 0 100 100001 10110000 101001 101111

Color Harmonies of #47ABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ABA5

Black with #47ABA5

Text Example


Text Example

White with #47ABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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