#51C8B0

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

Shades of Puerto Rico #51C8B0

Tints of Puerto Rico #51C8B0

Color information

#51C8B0 (or 0x51C8B0) is unknown color: approx Puerto Rico. HEX triplet: 51, C8 and B0. RGB value is (81,200,176). Sum of RGB (Red+Green+Blue) = 81+200+176=457 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.72% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #51C8B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C8B0 is #AE374F. Grayscale: #A1A1A1. Windows color (decimal): -11417424 or 11585617. OLE color: 11585617.

HSL color Cylindrical-coordinate representation of color #51C8B0: hue angle of 167.9º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51C8B0 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB81200176-
CMYK0.5900.120.22
HSL167.9º51.97%55.1%-
HSV(B)167.9º59.5%78.43%-
XYZ31.8846.1948.31-
YUV161.68136.0870.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.72%
GREEN value IS 200 (78.52% from 255) = 43.76%
BLUE value IS 176 (69.14% from 255) = 38.51%
R=17.72%
G=43.76%
B=38.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal812001760.5900.120.22167.951.9755.1
Hex51C8B03B0C16a83437
Octal12131026073014262506467
Binary10100011100100010110000111011011001011010101000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,200,176); }

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

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

 a { background-color: rgb(81,200,176); }

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

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

 span { border-color: rgb(81,200,176); }

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