#63BDA0

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

Shades of Keppel #63BDA0

Tints of Keppel #63BDA0

Color information

#63BDA0 (or 0x63BDA0) is unknown color: approx Keppel. HEX triplet: 63, BD and A0. RGB value is (99,189,160). Sum of RGB (Red+Green+Blue) = 99+189+160=448 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.10% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #63BDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BDA0 is #9C425F. Grayscale: #9E9E9E. Windows color (decimal): -10240608 or 10534243. OLE color: 10534243.

HSL color Cylindrical-coordinate representation of color #63BDA0: hue angle of 160.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63BDA0 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB99189160-
CMYK0.4800.150.26
HSL160.67º40.54%56.47%-
HSV(B)160.67º47.62%74.12%-
XYZ29.6941.5939.72-
YUV158.78128.6885.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.10%
GREEN value IS 189 (74.22% from 255) = 42.19%
BLUE value IS 160 (62.89% from 255) = 35.71%
R=22.10%
G=42.19%
B=35.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991891600.4800.150.26160.6740.5456.47
Hex63BDA0300F1Aa12938
Octal14327524060017322415170
Binary11000111011110110100000110000011111101010100001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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