#63A294

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

Shades of Keppel #63A294

Tints of Keppel #63A294

Color information

#63A294 (or 0x63A294) is unknown color: approx Keppel. HEX triplet: 63, A2 and 94. RGB value is (99,162,148). Sum of RGB (Red+Green+Blue) = 99+162+148=409 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.21% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 162 - color contains mainly: green. Hex color #63A294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A294 is #9C5D6B. Grayscale: #8D8D8D. Windows color (decimal): -10247532 or 9740899. OLE color: 9740899.

HSL color Cylindrical-coordinate representation of color #63A294: hue angle of 166.67º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63A294 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB99162148-
CMYK0.3900.090.36
HSL166.67º25.3%51.18%-
HSV(B)166.67º38.89%63.53%-
XYZ23.4130.6332.7-
YUV141.57131.6397.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.21%
GREEN value IS 162 (63.67% from 255) = 39.61%
BLUE value IS 148 (58.20% from 255) = 36.19%
R=24.21%
G=39.61%
B=36.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal991621480.3900.090.36166.6725.351.18
Hex63A294270924a71933
Octal14324222447011442473163
Binary11000111010001010010100100111010011001001010011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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