#51C6B4

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

Shades of Puerto Rico #51C6B4

Tints of Puerto Rico #51C6B4

Color information

#51C6B4 (or 0x51C6B4) is unknown color: approx Puerto Rico. HEX triplet: 51, C6 and B4. RGB value is (81,198,180). Sum of RGB (Red+Green+Blue) = 81+198+180=459 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.65% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #51C6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C6B4 is #AE394B. Grayscale: #A0A0A0. Windows color (decimal): -11417932 or 11847249. OLE color: 11847249.

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

Color convert

RGB81198180-
CMYK0.5900.090.22
HSL170.77º50.65%54.71%-
HSV(B)170.77º59.09%77.65%-
XYZ31.8345.4350.27-
YUV160.96138.7470.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.65%
GREEN value IS 198 (77.73% from 255) = 43.14%
BLUE value IS 180 (70.70% from 255) = 39.22%
R=17.65%
G=43.14%
B=39.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal811981800.5900.090.22170.7750.6554.71
Hex51C6B43B0916ab3337
Octal12130626473011262536367
Binary10100011100011010110100111011010011011010101011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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