#63B196

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

Shades of Keppel #63B196

Tints of Keppel #63B196

Color information

#63B196 (or 0x63B196) is unknown color: approx Keppel. HEX triplet: 63, B1 and 96. RGB value is (99,177,150). Sum of RGB (Red+Green+Blue) = 99+177+150=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 177 - color contains mainly: green. Hex color #63B196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63B196 is #9C4E69. Grayscale: #969696. Windows color (decimal): -10243690 or 9875811. OLE color: 9875811.

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

Color convert

RGB99177150-
CMYK0.4400.150.31
HSL159.23º33.33%54.12%-
HSV(B)159.23º44.07%69.41%-
XYZ26.3736.334.47-
YUV150.6127.6691.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.24%
GREEN value IS 177 (69.53% from 255) = 41.55%
BLUE value IS 150 (58.98% from 255) = 35.21%
R=23.24%
G=41.55%
B=35.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991771500.4400.150.31159.2333.3354.12
Hex63B1962C0F1F9f2136
Octal14326122654017372374166
Binary11000111011000110010110101100011111111110011111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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