#63BF9B

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

Shades of Keppel #63BF9B

Tints of Keppel #63BF9B

Color information

#63BF9B (or 0x63BF9B) is unknown color: approx Keppel. HEX triplet: 63, BF and 9B. RGB value is (99,191,155). Sum of RGB (Red+Green+Blue) = 99+191+155=445 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.25% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #63BF9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BF9B is #9C4064. Grayscale: #9F9F9F. Windows color (decimal): -10240101 or 10207075. OLE color: 10207075.

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

Color convert

RGB99191155-
CMYK0.4800.190.25
HSL156.52º41.82%56.86%-
HSV(B)156.52º48.17%74.9%-
XYZ29.6942.2837.61-
YUV159.39125.5284.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.25%
GREEN value IS 191 (75% from 255) = 42.92%
BLUE value IS 155 (60.94% from 255) = 34.83%
R=22.25%
G=42.92%
B=34.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991911550.4800.190.25156.5241.8256.86
Hex63BF9B30013199d2a39
Octal14327723360023312355271
Binary110001110111111100110111100000100111100110011101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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