#51AD8E

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

Shades of Keppel #51AD8E

Tints of Keppel #51AD8E

Color information

#51AD8E (or 0x51AD8E) is unknown color: approx Keppel. HEX triplet: 51, AD and 8E. RGB value is (81,173,142). Sum of RGB (Red+Green+Blue) = 81+173+142=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #51AD8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AD8E is #AE5271. Grayscale: #8D8D8D. Windows color (decimal): -11424370 or 9350481. OLE color: 9350481.

HSL color Cylindrical-coordinate representation of color #51AD8E: hue angle of 159.78º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AD8E is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB81173142-
CMYK0.5300.180.32
HSL159.78º36.22%49.8%-
HSV(B)159.78º53.18%67.84%-
XYZ23.2233.5930.85-
YUV141.96128.0284.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.45%
GREEN value IS 173 (67.97% from 255) = 43.69%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=20.45%
G=43.69%
B=35.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811731420.5300.180.32159.7836.2249.8
Hex51AD8E3501220a02432
Octal12125521665022402404462
Binary1010001101011011000111011010101001010000010100000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,173,142); }

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

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

 a { background-color: rgb(81,173,142); }

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

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

 span { border-color: rgb(81,173,142); }

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