#51BC98

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

Shades of Keppel #51BC98

Tints of Keppel #51BC98

Color information

#51BC98 (or 0x51BC98) is unknown color: approx Keppel. HEX triplet: 51, BC and 98. RGB value is (81,188,152). Sum of RGB (Red+Green+Blue) = 81+188+152=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #51BC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BC98 is #AE4367. Grayscale: #979797. Windows color (decimal): -11420520 or 10009681. OLE color: 10009681.

HSL color Cylindrical-coordinate representation of color #51BC98: hue angle of 159.81º 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 #51BC98 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB81188152-
CMYK0.5700.190.26
HSL159.81º44.4%52.75%-
HSV(B)159.81º56.91%73.73%-
XYZ27.0439.9836-
YUV151.9128.0577.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.24%
GREEN value IS 188 (73.83% from 255) = 44.66%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=19.24%
G=44.66%
B=36.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811881520.5700.190.26159.8144.452.75
Hex51BC98390131Aa02c35
Octal12127423071023322405465
Binary101000110111100100110001110010100111101010100000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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