#51BF98

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

Shades of Puerto Rico #51BF98

Tints of Puerto Rico #51BF98

Color information

#51BF98 (or 0x51BF98) is unknown color: approx Puerto Rico. HEX triplet: 51, BF and 98. RGB value is (81,191,152). Sum of RGB (Red+Green+Blue) = 81+191+152=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 191 - color contains mainly: green. Hex color #51BF98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BF98 is #AE4067. Grayscale: #999999. Windows color (decimal): -11419752 or 10010449. OLE color: 10010449.

HSL color Cylindrical-coordinate representation of color #51BF98: hue angle of 158.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51BF98 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB81191152-
CMYK0.5800.200.25
HSL158.73º46.22%53.33%-
HSV(B)158.73º57.59%74.9%-
XYZ27.6941.2836.21-
YUV153.66127.0676.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.10%
GREEN value IS 191 (75% from 255) = 45.05%
BLUE value IS 152 (59.77% from 255) = 35.85%
R=19.10%
G=45.05%
B=35.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811911520.5800.200.25158.7346.2253.33
Hex51BF983A014199f2e35
Octal12127723072024312375665
Binary101000110111111100110001110100101001100110011111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,191,152); }

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

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

 a { background-color: rgb(81,191,152); }

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

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

 span { border-color: rgb(81,191,152); }

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