#51CAB4

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

Shades of Puerto Rico #51CAB4

Tints of Puerto Rico #51CAB4

Color information

#51CAB4 (or 0x51CAB4) is unknown color: approx Puerto Rico. HEX triplet: 51, CA and B4. RGB value is (81,202,180). Sum of RGB (Red+Green+Blue) = 81+202+180=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #51CAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CAB4 is #AE354B. Grayscale: #A3A3A3. Windows color (decimal): -11416908 or 11848273. OLE color: 11848273.

HSL color Cylindrical-coordinate representation of color #51CAB4: hue angle of 169.09º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CAB4 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB81202180-
CMYK0.6000.110.21
HSL169.09º53.3%55.49%-
HSV(B)169.09º59.9%79.22%-
XYZ32.7547.2950.58-
YUV163.31137.4169.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.49%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 180 (70.70% from 255) = 38.88%
R=17.49%
G=43.63%
B=38.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal812021800.6000.110.21169.0953.355.49
Hex51CAB43C0B15a93537
Octal12131226474013252516567
Binary10100011100101010110100111100010111010110101001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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