#63BFA1

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

Shades of Keppel #63BFA1

Tints of Keppel #63BFA1

Color information

#63BFA1 (or 0x63BFA1) is unknown color: approx Keppel. HEX triplet: 63, BF and A1. RGB value is (99,191,161). Sum of RGB (Red+Green+Blue) = 99+191+161=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #63BFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BFA1 is #9C405E. Grayscale: #A0A0A0. Windows color (decimal): -10240095 or 10600291. OLE color: 10600291.

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

Color convert

RGB99191161-
CMYK0.4800.160.25
HSL160.43º41.82%56.86%-
HSV(B)160.43º48.17%74.9%-
XYZ30.2142.4940.33-
YUV160.07128.5284.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.95%
GREEN value IS 191 (75% from 255) = 42.35%
BLUE value IS 161 (63.28% from 255) = 35.70%
R=21.95%
G=42.35%
B=35.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991911610.4800.160.25160.4341.8256.86
Hex63BFA13001019a02a39
Octal14327724160020312405271
Binary110001110111111101000011100000100001100110100000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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