#51ACA5

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

Shades of Puerto Rico #51ACA5

Tints of Puerto Rico #51ACA5

Color information

#51ACA5 (or 0x51ACA5) is unknown color: approx Puerto Rico. HEX triplet: 51, AC and A5. RGB value is (81,172,165). Sum of RGB (Red+Green+Blue) = 81+172+165=418 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.38% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #51ACA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51ACA5 is #AE535A. Grayscale: #8F8F8F. Windows color (decimal): -11424603 or 10857553. OLE color: 10857553.

HSL color Cylindrical-coordinate representation of color #51ACA5: hue angle of 175.38º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51ACA5 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB81172165-
CMYK0.5300.040.33
HSL175.38º35.97%49.61%-
HSV(B)175.38º52.91%67.45%-
XYZ24.9433.9740.84-
YUV143.99139.8583.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.38%
GREEN value IS 172 (67.58% from 255) = 41.15%
BLUE value IS 165 (64.84% from 255) = 39.47%
R=19.38%
G=41.15%
B=39.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811721650.5300.040.33175.3835.9749.61
Hex51ACA5350421af2432
Octal1212542456504412574462
Binary10100011010110010100101110101010010000110101111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51ACA5; }

 p { color: rgb(81,172,165); }

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

<style>
 a { background-color: #51ACA5; }

 a { background-color: rgb(81,172,165); }

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

<style>
 span { border-color: #51ACA5; }

 span { border-color: rgb(81,172,165); }

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