#47ADAC

Color #47ADAC Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #47ADAC

Tints of Puerto Rico #47ADAC

Color information

#47ADAC (or 0x47ADAC) is unknown color: approx Puerto Rico. HEX triplet: 47, AD and AC. RGB value is (71,173,172). Sum of RGB (Red+Green+Blue) = 71+173+172=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #47ADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ADAC is #B85253. Grayscale: #8E8E8E. Windows color (decimal): -12079700 or 11316551. OLE color: 11316551.

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

Color convert

RGB71173172-
CMYK0.5900.010.32
HSL179.41º41.8%47.84%-
HSV(B)179.41º58.96%67.84%-
XYZ24.9934.2144.31-
YUV142.39144.7177.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.07%
GREEN value IS 173 (67.97% from 255) = 41.59%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=17.07%
G=41.59%
B=41.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711731720.5900.010.32179.4141.847.84
Hex47ADAC3B0120b32a30
Octal1072552547301402635260
Binary100011110101101101011001110110110000010110011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47ADAC;
 }
 .AnyTagClassName
 {
   color: #47ADAC;
 }
</style>
background-color css

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

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

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

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

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

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