#51C3B3

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

Shades of Puerto Rico #51C3B3

Tints of Puerto Rico #51C3B3

Color information

#51C3B3 (or 0x51C3B3) is unknown color: approx Puerto Rico. HEX triplet: 51, C3 and B3. RGB value is (81,195,179). Sum of RGB (Red+Green+Blue) = 81+195+179=455 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.80% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #51C3B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C3B3 is #AE3C4C. Grayscale: #9F9F9F. Windows color (decimal): -11418701 or 11780945. OLE color: 11780945.

HSL color Cylindrical-coordinate representation of color #51C3B3: hue angle of 171.58º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C3B3 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB81195179-
CMYK0.5800.080.24
HSL171.58º48.72%54.12%-
HSV(B)171.58º58.46%76.47%-
XYZ31.0544.0349.51-
YUV159.09139.2372.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.80%
GREEN value IS 195 (76.56% from 255) = 42.86%
BLUE value IS 179 (70.31% from 255) = 39.34%
R=17.80%
G=42.86%
B=39.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811951790.5800.080.24171.5848.7254.12
Hex51C3B33A0818ac3136
Octal12130326372010302546166
Binary10100011100001110110011111010010001100010101100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,195,179); }

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

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

 a { background-color: rgb(81,195,179); }

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

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

 span { border-color: rgb(81,195,179); }

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