#63BFA2

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

Shades of Keppel #63BFA2

Tints of Keppel #63BFA2

Color information

#63BFA2 (or 0x63BFA2) is unknown color: approx Keppel. HEX triplet: 63, BF and A2. RGB value is (99,191,162). Sum of RGB (Red+Green+Blue) = 99+191+162=452 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.90% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #63BFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BFA2 is #9C405D. Grayscale: #A0A0A0. Windows color (decimal): -10240094 or 10665827. OLE color: 10665827.

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

Color convert

RGB99191162-
CMYK0.4800.150.25
HSL161.09º41.82%56.86%-
HSV(B)161.09º48.17%74.9%-
XYZ30.342.5240.79-
YUV160.19129.0284.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.90%
GREEN value IS 191 (75% from 255) = 42.26%
BLUE value IS 162 (63.67% from 255) = 35.84%
R=21.90%
G=42.26%
B=35.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991911620.4800.150.25161.0941.8256.86
Hex63BFA2300F19a12a39
Octal14327724260017312415271
Binary11000111011111110100010110000011111100110100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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