#063631

Color #063631 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #063631

Tints of Deep Teal #063631

Color information

#063631 (or 0x063631) is unknown color: approx Deep Teal. HEX triplet: 06, 36 and 31. RGB value is (6,54,49). Sum of RGB (Red+Green+Blue) = 6+54+49=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #063631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063631 is #F9C9CE. Grayscale: #272727. Windows color (decimal): -16370127 or 3225094. OLE color: 3225094.

HSL color Cylindrical-coordinate representation of color #063631: hue angle of 173.75º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063631 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB65449-
CMYK0.8900.090.79
HSL173.75º80%11.76%-
HSV(B)173.75º88.89%21.18%-
XYZ1.952.93.36-
YUV39.08133.6104.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.50%
GREEN value IS 54 (21.48% from 255) = 49.54%
BLUE value IS 49 (19.53% from 255) = 44.95%
R=5.50%
G=49.54%
B=44.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal654490.8900.090.79173.758011.76
Hex6363159094Fae50c
Octal6666113101111725612014
Binary11011011011000110110010100110011111010111010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063631; }

 p { color: rgb(6,54,49); }

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

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

 a { background-color: rgb(6,54,49); }

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

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

 span { border-color: rgb(6,54,49); }

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