#51CB9E

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

Shades of Puerto Rico #51CB9E

Tints of Puerto Rico #51CB9E

Color information

#51CB9E (or 0x51CB9E) is unknown color: approx Puerto Rico. HEX triplet: 51, CB and 9E. RGB value is (81,203,158). Sum of RGB (Red+Green+Blue) = 81+203+158=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #51CB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CB9E is #AE3461. Grayscale: #A1A1A1. Windows color (decimal): -11416674 or 10406737. OLE color: 10406737.

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

Color convert

RGB81203158-
CMYK0.6000.220.20
HSL157.87º53.98%55.69%-
HSV(B)157.87º60.1%79.61%-
XYZ30.9246.9339.78-
YUV161.39126.0870.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.33%
GREEN value IS 203 (79.69% from 255) = 45.93%
BLUE value IS 158 (62.11% from 255) = 35.75%
R=18.33%
G=45.93%
B=35.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal812031580.6000.220.20157.8753.9855.69
Hex51CB9E3C016149e3638
Octal12131323674026242366670
Binary101000111001011100111101111000101101010010011110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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