#51B8AF

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

Shades of Puerto Rico #51B8AF

Tints of Puerto Rico #51B8AF

Color information

#51B8AF (or 0x51B8AF) is unknown color: approx Puerto Rico. HEX triplet: 51, B8 and AF. RGB value is (81,184,175). Sum of RGB (Red+Green+Blue) = 81+184+175=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 184 - color contains mainly: green. Hex color #51B8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B8AF is #AE4750. Grayscale: #989898. Windows color (decimal): -11421521 or 11515985. OLE color: 11515985.

HSL color Cylindrical-coordinate representation of color #51B8AF: hue angle of 174.76º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51B8AF is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB81184175-
CMYK0.5600.050.28
HSL174.76º42.04%51.96%-
HSV(B)174.76º55.98%72.16%-
XYZ28.2739.1346.62-
YUV152.18140.8877.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.41%
GREEN value IS 184 (72.27% from 255) = 41.82%
BLUE value IS 175 (68.75% from 255) = 39.77%
R=18.41%
G=41.82%
B=39.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal811841750.5600.050.28174.7642.0451.96
Hex51B8AF38051Caf2a34
Octal1212702577005342575264
Binary1010001101110001010111111100001011110010101111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,184,175); }

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

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

 a { background-color: rgb(81,184,175); }

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

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

 span { border-color: rgb(81,184,175); }

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