#51BC90

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

Shades of Keppel #51BC90

Tints of Keppel #51BC90

Color information

#51BC90 (or 0x51BC90) is unknown color: approx Keppel. HEX triplet: 51, BC and 90. RGB value is (81,188,144). Sum of RGB (Red+Green+Blue) = 81+188+144=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #51BC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BC90 is #AE436F. Grayscale: #979797. Windows color (decimal): -11420528 or 9485393. OLE color: 9485393.

HSL color Cylindrical-coordinate representation of color #51BC90: hue angle of 155.33º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BC90 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB81188144-
CMYK0.5700.230.26
HSL155.33º44.4%52.75%-
HSV(B)155.33º56.91%73.73%-
XYZ26.4139.7332.66-
YUV150.99124.0578.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.61%
GREEN value IS 188 (73.83% from 255) = 45.52%
BLUE value IS 144 (56.64% from 255) = 34.87%
R=19.61%
G=45.52%
B=34.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811881440.5700.230.26155.3344.452.75
Hex51BC90390171A9b2c35
Octal12127422071027322335465
Binary101000110111100100100001110010101111101010011011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,188,144); }

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

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

 a { background-color: rgb(81,188,144); }

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

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

 span { border-color: rgb(81,188,144); }

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