#63BF9D

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

Shades of Keppel #63BF9D

Tints of Keppel #63BF9D

Color information

#63BF9D (or 0x63BF9D) is unknown color: approx Keppel. HEX triplet: 63, BF and 9D. RGB value is (99,191,157). Sum of RGB (Red+Green+Blue) = 99+191+157=447 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.15% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #63BF9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BF9D is #9C4062. Grayscale: #9F9F9F. Windows color (decimal): -10240099 or 10338147. OLE color: 10338147.

HSL color Cylindrical-coordinate representation of color #63BF9D: hue angle of 157.83º 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 #63BF9D is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB99191157-
CMYK0.4800.180.25
HSL157.83º41.82%56.86%-
HSV(B)157.83º48.17%74.9%-
XYZ29.8642.3538.5-
YUV159.62126.5284.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.15%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 157 (61.72% from 255) = 35.12%
R=22.15%
G=42.73%
B=35.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991911570.4800.180.25157.8341.8256.86
Hex63BF9D30012199e2a39
Octal14327723560022312365271
Binary110001110111111100111011100000100101100110011110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,191,157); }

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

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

 a { background-color: rgb(99,191,157); }

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

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

 span { border-color: rgb(99,191,157); }

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