#51BCB4

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

Shades of Puerto Rico #51BCB4

Tints of Puerto Rico #51BCB4

Color information

#51BCB4 (or 0x51BCB4) is unknown color: approx Puerto Rico. HEX triplet: 51, BC and B4. RGB value is (81,188,180). Sum of RGB (Red+Green+Blue) = 81+188+180=449 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.04% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #51BCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BCB4 is #AE434B. Grayscale: #9B9B9B. Windows color (decimal): -11420492 or 11844689. OLE color: 11844689.

HSL color Cylindrical-coordinate representation of color #51BCB4: hue angle of 175.51º 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 #51BCB4 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB81188180-
CMYK0.5700.040.26
HSL175.51º44.4%52.75%-
HSV(B)175.51º56.91%73.73%-
XYZ29.6141.0149.54-
YUV155.1142.0575.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.04%
GREEN value IS 188 (73.83% from 255) = 41.87%
BLUE value IS 180 (70.70% from 255) = 40.09%
R=18.04%
G=41.87%
B=40.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811881800.5700.040.26175.5144.452.75
Hex51BCB439041Ab02c35
Octal1212742647104322605465
Binary1010001101111001011010011100101001101010110000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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