#51CCAB

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

Shades of Puerto Rico #51CCAB

Tints of Puerto Rico #51CCAB

Color information

#51CCAB (or 0x51CCAB) is unknown color: approx Puerto Rico. HEX triplet: 51, CC and AB. RGB value is (81,204,171). Sum of RGB (Red+Green+Blue) = 81+204+171=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #51CCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CCAB is #AE3354. Grayscale: #A3A3A3. Windows color (decimal): -11416405 or 11258961. OLE color: 11258961.

HSL color Cylindrical-coordinate representation of color #51CCAB: hue angle of 163.9º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CCAB is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB81204171-
CMYK0.6000.160.2
HSL163.9º54.67%55.88%-
HSV(B)163.9º60.29%80%-
XYZ32.3447.8846.06-
YUV163.46132.2569.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.76%
GREEN value IS 204 (80.08% from 255) = 44.74%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=17.76%
G=44.74%
B=37.5%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal812041710.6000.160.2163.954.6755.88
Hex51CCAB3C01014a43738
Octal12131425374020242446770
Binary101000111001100101010111111000100001010010100100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,204,171); }

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

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

 a { background-color: rgb(81,204,171); }

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

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

 span { border-color: rgb(81,204,171); }

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