#63C0A0

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

Shades of Keppel #63C0A0

Tints of Keppel #63C0A0

Color information

#63C0A0 (or 0x63C0A0) is unknown color: approx Keppel. HEX triplet: 63, C0 and A0. RGB value is (99,192,160). Sum of RGB (Red+Green+Blue) = 99+192+160=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #63C0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63C0A0 is #9C3F5F. Grayscale: #A0A0A0. Windows color (decimal): -10239840 or 10535011. OLE color: 10535011.

HSL color Cylindrical-coordinate representation of color #63C0A0: hue angle of 159.35º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63C0A0 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB99192160-
CMYK0.4800.170.25
HSL159.35º42.47%57.06%-
HSV(B)159.35º48.44%75.29%-
XYZ30.3442.8939.94-
YUV160.55127.6984.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.95%
GREEN value IS 192 (75.39% from 255) = 42.57%
BLUE value IS 160 (62.89% from 255) = 35.48%
R=21.95%
G=42.57%
B=35.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991921600.4800.170.25159.3542.4757.06
Hex63C0A030011199f2a39
Octal14330024060021312375271
Binary110001111000000101000001100000100011100110011111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,192,160); }

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

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

 a { background-color: rgb(99,192,160); }

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

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

 span { border-color: rgb(99,192,160); }

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