#63A6A4

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

Shades of Cadet Blue #63A6A4

Tints of Cadet Blue #63A6A4

Color information

#63A6A4 (or 0x63A6A4) is unknown color: approx Cadet Blue. HEX triplet: 63, A6 and A4. RGB value is (99,166,164). Sum of RGB (Red+Green+Blue) = 99+166+164=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 166 - color contains mainly: green. Hex color #63A6A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A6A4 is #9C595B. Grayscale: #919191. Windows color (decimal): -10246492 or 10790499. OLE color: 10790499.

HSL color Cylindrical-coordinate representation of color #63A6A4: hue angle of 178.21º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A6A4 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB99166164-
CMYK0.4000.010.35
HSL178.21º27.35%51.96%-
HSV(B)178.21º40.36%65.1%-
XYZ25.4832.6140.07-
YUV145.74138.394.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.08%
GREEN value IS 166 (65.23% from 255) = 38.69%
BLUE value IS 164 (64.45% from 255) = 38.23%
R=23.08%
G=38.69%
B=38.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal991661640.4000.010.35178.2127.3551.96
Hex63A6A4280123b21b34
Octal1432462445001432623364
Binary11000111010011010100100101000011000111011001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,166,164); }

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

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

 a { background-color: rgb(99,166,164); }

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

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

 span { border-color: rgb(99,166,164); }

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