#63B695

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

Shades of Keppel #63B695

Tints of Keppel #63B695

Color information

#63B695 (or 0x63B695) is unknown color: approx Keppel. HEX triplet: 63, B6 and 95. RGB value is (99,182,149). Sum of RGB (Red+Green+Blue) = 99+182+149=430 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.02% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 182 - color contains mainly: green. Hex color #63B695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B695 is #9C496A. Grayscale: #999999. Windows color (decimal): -10242411 or 9811555. OLE color: 9811555.

HSL color Cylindrical-coordinate representation of color #63B695: hue angle of 156.14º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63B695 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB99182149-
CMYK0.4600.180.29
HSL156.14º36.24%55.1%-
HSV(B)156.14º45.6%71.37%-
XYZ27.338.2834.38-
YUV153.42125.589.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.02%
GREEN value IS 182 (71.48% from 255) = 42.33%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=23.02%
G=42.33%
B=34.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal991821490.4600.180.29156.1436.2455.1
Hex63B6952E0121D9c2437
Octal14326622556022352344467
Binary110001110110110100101011011100100101110110011100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,182,149); }

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

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

 a { background-color: rgb(99,182,149); }

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

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

 span { border-color: rgb(99,182,149); }

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