#63AD95

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

Shades of Keppel #63AD95

Tints of Keppel #63AD95

Color information

#63AD95 (or 0x63AD95) is unknown color: approx Keppel. HEX triplet: 63, AD and 95. RGB value is (99,173,149). Sum of RGB (Red+Green+Blue) = 99+173+149=421 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.52% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #63AD95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AD95 is #9C526A. Grayscale: #949494. Windows color (decimal): -10244715 or 9809251. OLE color: 9809251.

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

Color convert

RGB99173149-
CMYK0.4300.140.32
HSL160.54º31.09%53.33%-
HSV(B)160.54º42.77%67.84%-
XYZ25.5134.7133.79-
YUV148.14128.4892.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.52%
GREEN value IS 173 (67.97% from 255) = 41.09%
BLUE value IS 149 (58.59% from 255) = 35.39%
R=23.52%
G=41.09%
B=35.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991731490.4300.140.32160.5431.0953.33
Hex63AD952B0E20a11f35
Octal14325522553016402413765
Binary11000111010110110010101101011011101000001010000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,173,149); }

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

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

 a { background-color: rgb(99,173,149); }

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

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

 span { border-color: rgb(99,173,149); }

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