#51B693

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

Shades of Keppel #51B693

Tints of Keppel #51B693

Color information

#51B693 (or 0x51B693) is unknown color: approx Keppel. HEX triplet: 51, B6 and 93. RGB value is (81,182,147). Sum of RGB (Red+Green+Blue) = 81+182+147=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 182 - color contains mainly: green. Hex color #51B693 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B693 is #AE496C. Grayscale: #939393. Windows color (decimal): -11422061 or 9680465. OLE color: 9680465.

HSL color Cylindrical-coordinate representation of color #51B693: hue angle of 159.21º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B693 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB81182147-
CMYK0.5500.190.29
HSL159.21º40.89%51.57%-
HSV(B)159.21º55.49%71.37%-
XYZ25.3937.3133.47-
YUV147.81127.5480.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.76%
GREEN value IS 182 (71.48% from 255) = 44.39%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=19.76%
G=44.39%
B=35.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811821470.5500.190.29159.2140.8951.57
Hex51B693370131D9f2934
Octal12126622367023352375164
Binary101000110110110100100111101110100111110110011111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,182,147); }

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

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

 a { background-color: rgb(81,182,147); }

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

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

 span { border-color: rgb(81,182,147); }

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