#63AA94

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

Shades of Keppel #63AA94

Tints of Keppel #63AA94

Color information

#63AA94 (or 0x63AA94) is unknown color: approx Keppel. HEX triplet: 63, AA and 94. RGB value is (99,170,148). Sum of RGB (Red+Green+Blue) = 99+170+148=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AA94 is #9C556B. Grayscale: #929292. Windows color (decimal): -10245484 or 9742947. OLE color: 9742947.

HSL color Cylindrical-coordinate representation of color #63AA94: hue angle of 161.41º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63AA94 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB99170148-
CMYK0.4200.130.33
HSL161.41º29.46%52.75%-
HSV(B)161.41º41.76%66.67%-
XYZ24.8733.5433.18-
YUV146.26128.9894.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.74%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=23.74%
G=40.77%
B=35.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991701480.4200.130.33161.4129.4652.75
Hex63AA942A0D21a11d35
Octal14325222452015412413565
Binary11000111010101010010100101010011011000011010000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,170,148); }

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

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

 a { background-color: rgb(99,170,148); }

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

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

 span { border-color: rgb(99,170,148); }

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