#51BBB4

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

Shades of Puerto Rico #51BBB4

Tints of Puerto Rico #51BBB4

Color information

#51BBB4 (or 0x51BBB4) is unknown color: approx Puerto Rico. HEX triplet: 51, BB and B4. RGB value is (81,187,180). Sum of RGB (Red+Green+Blue) = 81+187+180=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 187 - color contains mainly: green. Hex color #51BBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BBB4 is #AE444B. Grayscale: #9A9A9A. Windows color (decimal): -11420748 or 11844433. OLE color: 11844433.

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

Color convert

RGB81187180-
CMYK0.5700.040.27
HSL176.04º43.8%52.55%-
HSV(B)176.04º56.68%73.33%-
XYZ29.440.5949.46-
YUV154.51142.3875.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.08%
GREEN value IS 187 (73.44% from 255) = 41.74%
BLUE value IS 180 (70.70% from 255) = 40.18%
R=18.08%
G=41.74%
B=40.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811871800.5700.040.27176.0443.852.55
Hex51BBB439041Bb02c35
Octal1212732647104332605465
Binary1010001101110111011010011100101001101110110000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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