#63AA80

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

Shades of Oxley #63AA80

Tints of Oxley #63AA80

Color information

#63AA80 (or 0x63AA80) is unknown color: approx Oxley. HEX triplet: 63, AA and 80. RGB value is (99,170,128). Sum of RGB (Red+Green+Blue) = 99+170+128=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AA80 is #9C557F. Grayscale: #909090. Windows color (decimal): -10245504 or 8432227. OLE color: 8432227.

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

Color convert

RGB99170128-
CMYK0.4200.250.33
HSL144.51º29.46%52.75%-
HSV(B)144.51º41.76%66.67%-
XYZ23.4232.9625.55-
YUV143.98118.9895.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.94%
GREEN value IS 170 (66.80% from 255) = 42.82%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=24.94%
G=42.82%
B=32.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991701280.4200.250.33144.5129.4652.75
Hex63AA802A01921911d35
Octal14325220052031412213565
Binary110001110101010100000001010100110011000011001000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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