#51BCB2

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

Shades of Puerto Rico #51BCB2

Tints of Puerto Rico #51BCB2

Color information

#51BCB2 (or 0x51BCB2) is unknown color: approx Puerto Rico. HEX triplet: 51, BC and B2. RGB value is (81,188,178). Sum of RGB (Red+Green+Blue) = 81+188+178=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #51BCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BCB2 is #AE434D. Grayscale: #9A9A9A. Windows color (decimal): -11420494 or 11713617. OLE color: 11713617.

HSL color Cylindrical-coordinate representation of color #51BCB2: hue angle of 174.39º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BCB2 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB81188178-
CMYK0.5700.050.26
HSL174.39º44.4%52.75%-
HSV(B)174.39º56.91%73.73%-
XYZ29.4140.9348.47-
YUV154.87141.0575.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.12%
GREEN value IS 188 (73.83% from 255) = 42.06%
BLUE value IS 178 (69.92% from 255) = 39.82%
R=18.12%
G=42.06%
B=39.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811881780.5700.050.26174.3944.452.75
Hex51BCB239051Aae2c35
Octal1212742627105322565465
Binary1010001101111001011001011100101011101010101110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,188,178); }

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

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

 a { background-color: rgb(81,188,178); }

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

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

 span { border-color: rgb(81,188,178); }

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