#51CBA4

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

Shades of Puerto Rico #51CBA4

Tints of Puerto Rico #51CBA4

Color information

#51CBA4 (or 0x51CBA4) is unknown color: approx Puerto Rico. HEX triplet: 51, CB and A4. RGB value is (81,203,164). Sum of RGB (Red+Green+Blue) = 81+203+164=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #51CBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CBA4 is #AE345B. Grayscale: #A2A2A2. Windows color (decimal): -11416668 or 10799953. OLE color: 10799953.

HSL color Cylindrical-coordinate representation of color #51CBA4: hue angle of 160.82º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CBA4 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB81203164-
CMYK0.6000.190.20
HSL160.82º53.98%55.69%-
HSV(B)160.82º60.1%79.61%-
XYZ31.4547.1442.56-
YUV162.08129.0870.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.08%
GREEN value IS 203 (79.69% from 255) = 45.31%
BLUE value IS 164 (64.45% from 255) = 36.61%
R=18.08%
G=45.31%
B=36.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal812031640.6000.190.20160.8253.9855.69
Hex51CBA43C01314a13638
Octal12131324474023242416670
Binary101000111001011101001001111000100111010010100001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,203,164); }

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

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

 a { background-color: rgb(81,203,164); }

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

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

 span { border-color: rgb(81,203,164); }

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