#51CA99

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

Shades of Puerto Rico #51CA99

Tints of Puerto Rico #51CA99

Color information

#51CA99 (or 0x51CA99) is unknown color: approx Puerto Rico. HEX triplet: 51, CA and 99. RGB value is (81,202,153). Sum of RGB (Red+Green+Blue) = 81+202+153=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #51CA99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CA99 is #AE3566. Grayscale: #A0A0A0. Windows color (decimal): -11416935 or 10078801. OLE color: 10078801.

HSL color Cylindrical-coordinate representation of color #51CA99: hue angle of 155.7º 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 #51CA99 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB81202153-
CMYK0.6000.240.21
HSL155.7º53.3%55.49%-
HSV(B)155.7º59.9%79.22%-
XYZ30.2646.2937.48-
YUV160.24123.9171.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.58%
GREEN value IS 202 (79.30% from 255) = 46.33%
BLUE value IS 153 (60.16% from 255) = 35.09%
R=18.58%
G=46.33%
B=35.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal812021530.6000.240.21155.753.355.49
Hex51CA993C018159c3537
Octal12131223174030252346567
Binary101000111001010100110011111000110001010110011100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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