#63B696

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

Shades of Keppel #63B696

Tints of Keppel #63B696

Color information

#63B696 (or 0x63B696) is unknown color: approx Keppel. HEX triplet: 63, B6 and 96. RGB value is (99,182,150). Sum of RGB (Red+Green+Blue) = 99+182+150=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #63B696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B696 is #9C4969. Grayscale: #999999. Windows color (decimal): -10242410 or 9877091. OLE color: 9877091.

HSL color Cylindrical-coordinate representation of color #63B696: hue angle of 156.87º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63B696 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB99182150-
CMYK0.4600.180.29
HSL156.87º36.24%55.1%-
HSV(B)156.87º45.6%71.37%-
XYZ27.3838.3134.81-
YUV153.5412689.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.97%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=22.97%
G=42.23%
B=34.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal991821500.4600.180.29156.8736.2455.1
Hex63B6962E0121D9d2437
Octal14326622656022352354467
Binary110001110110110100101101011100100101110110011101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,182,150); }

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

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

 a { background-color: rgb(99,182,150); }

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

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

 span { border-color: rgb(99,182,150); }

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