#63B394

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

Shades of Keppel #63B394

Tints of Keppel #63B394

Color information

#63B394 (or 0x63B394) is unknown color: approx Keppel. HEX triplet: 63, B3 and 94. RGB value is (99,179,148). Sum of RGB (Red+Green+Blue) = 99+179+148=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #63B394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B394 is #9C4C6B. Grayscale: #979797. Windows color (decimal): -10243180 or 9745251. OLE color: 9745251.

HSL color Cylindrical-coordinate representation of color #63B394: hue angle of 156.75º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63B394 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB99179148-
CMYK0.4500.170.30
HSL156.75º34.48%54.51%-
HSV(B)156.75º44.69%70.2%-
XYZ26.6137.0333.76-
YUV151.5512690.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.24%
GREEN value IS 179 (70.31% from 255) = 42.02%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=23.24%
G=42.02%
B=34.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal991791480.4500.170.30156.7534.4854.51
Hex63B3942D0111E9d2237
Octal14326322455021362354267
Binary110001110110011100101001011010100011111010011101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63B394; }

 p { color: rgb(99,179,148); }

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

<style>
 a { background-color: #63B394; }

 a { background-color: rgb(99,179,148); }

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

<style>
 span { border-color: #63B394; }

 span { border-color: rgb(99,179,148); }

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