#63BEA1

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

Shades of Keppel #63BEA1

Tints of Keppel #63BEA1

Color information

#63BEA1 (or 0x63BEA1) is unknown color: approx Keppel. HEX triplet: 63, BE and A1. RGB value is (99,190,161). Sum of RGB (Red+Green+Blue) = 99+190+161=450 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #63BEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BEA1 is #9C415E. Grayscale: #9F9F9F. Windows color (decimal): -10240351 or 10600035. OLE color: 10600035.

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

Color convert

RGB99190161-
CMYK0.4800.150.25
HSL160.88º41.18%56.67%-
HSV(B)160.88º47.89%74.51%-
XYZ29.9942.0540.25-
YUV159.48128.8584.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22%
GREEN value IS 190 (74.61% from 255) = 42.22%
BLUE value IS 161 (63.28% from 255) = 35.78%
R=22%
G=42.22%
B=35.78%

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
Decimal991901610.4800.150.25160.8841.1856.67
Hex63BEA1300F19a12939
Octal14327624160017312415171
Binary11000111011111010100001110000011111100110100001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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