#63BFA0

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

Shades of Keppel #63BFA0

Tints of Keppel #63BFA0

Color information

#63BFA0 (or 0x63BFA0) is unknown color: approx Keppel. HEX triplet: 63, BF and A0. RGB value is (99,191,160). Sum of RGB (Red+Green+Blue) = 99+191+160=450 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #63BFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BFA0 is #9C405F. Grayscale: #9F9F9F. Windows color (decimal): -10240096 or 10534755. OLE color: 10534755.

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

Color convert

RGB99191160-
CMYK0.4800.160.25
HSL159.78º41.82%56.86%-
HSV(B)159.78º48.17%74.9%-
XYZ30.1242.4539.86-
YUV159.96128.0284.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22%
GREEN value IS 191 (75% from 255) = 42.44%
BLUE value IS 160 (62.89% from 255) = 35.56%
R=22%
G=42.44%
B=35.56%

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
Decimal991911600.4800.160.25159.7841.8256.86
Hex63BFA03001019a02a39
Octal14327724060020312405271
Binary110001110111111101000001100000100001100110100000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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