#63AF94

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

Shades of Keppel #63AF94

Tints of Keppel #63AF94

Color information

#63AF94 (or 0x63AF94) is unknown color: approx Keppel. HEX triplet: 63, AF and 94. RGB value is (99,175,148). Sum of RGB (Red+Green+Blue) = 99+175+148=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AF94 is #9C506B. Grayscale: #959595. Windows color (decimal): -10244204 or 9744227. OLE color: 9744227.

HSL color Cylindrical-coordinate representation of color #63AF94: hue angle of 158.68º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63AF94 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB99175148-
CMYK0.4300.150.31
HSL158.68º32.2%53.73%-
HSV(B)158.68º43.43%68.63%-
XYZ25.8235.4533.5-
YUV149.2127.3292.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.46%
GREEN value IS 175 (68.75% from 255) = 41.47%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=23.46%
G=41.47%
B=35.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991751480.4300.150.31158.6832.253.73
Hex63AF942B0F1F9f2036
Octal14325722453017372374066
Binary11000111010111110010100101011011111111110011111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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