#51CCA1

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

Shades of Puerto Rico #51CCA1

Tints of Puerto Rico #51CCA1

Color information

#51CCA1 (or 0x51CCA1) is unknown color: approx Puerto Rico. HEX triplet: 51, CC and A1. RGB value is (81,204,161). Sum of RGB (Red+Green+Blue) = 81+204+161=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #51CCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CCA1 is #AE335E. Grayscale: #A2A2A2. Windows color (decimal): -11416415 or 10603601. OLE color: 10603601.

HSL color Cylindrical-coordinate representation of color #51CCA1: hue angle of 159.02º 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 #51CCA1 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB81204161-
CMYK0.6000.210.2
HSL159.02º54.67%55.88%-
HSV(B)159.02º60.29%80%-
XYZ31.4247.5141.23-
YUV162.32127.2570-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.16%
GREEN value IS 204 (80.08% from 255) = 45.74%
BLUE value IS 161 (63.28% from 255) = 36.10%
R=18.16%
G=45.74%
B=36.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal812041610.6000.210.2159.0254.6755.88
Hex51CCA13C015149f3738
Octal12131424174025242376770
Binary101000111001100101000011111000101011010010011111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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