#63BEA2

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

Shades of Keppel #63BEA2

Tints of Keppel #63BEA2

Color information

#63BEA2 (or 0x63BEA2) is unknown color: approx Keppel. HEX triplet: 63, BE and A2. RGB value is (99,190,162). Sum of RGB (Red+Green+Blue) = 99+190+162=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #63BEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BEA2 is #9C415D. Grayscale: #9F9F9F. Windows color (decimal): -10240350 or 10665571. OLE color: 10665571.

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

Color convert

RGB99190162-
CMYK0.4800.150.25
HSL161.54º41.18%56.67%-
HSV(B)161.54º47.89%74.51%-
XYZ30.0842.0940.72-
YUV159.6129.3584.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.95%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 162 (63.67% from 255) = 35.92%
R=21.95%
G=42.13%
B=35.92%

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
Decimal991901620.4800.150.25161.5441.1856.67
Hex63BEA2300F19a22939
Octal14327624260017312425171
Binary11000111011111010100010110000011111100110100010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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