#063731

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

Shades of Deep Teal #063731

Tints of Deep Teal #063731

Color information

#063731 (or 0x063731) is unknown color: approx Deep Teal. HEX triplet: 06, 37 and 31. RGB value is (6,55,49). Sum of RGB (Red+Green+Blue) = 6+55+49=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #063731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063731 is #F9C8CE. Grayscale: #272727. Windows color (decimal): -16369871 or 3225350. OLE color: 3225350.

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

Color convert

RGB65549-
CMYK0.8900.110.78
HSL172.65º80.33%11.96%-
HSV(B)172.65º89.09%21.57%-
XYZ22.993.38-
YUV39.66133.27103.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 55 (21.88% from 255) = 50%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=5.45%
G=50%
B=44.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal655490.8900.110.78172.6580.3311.96
Hex63731590B4Ead50c
Octal6676113101311625512014
Binary11011011111000110110010101110011101010110110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063731; }

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

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

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

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

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

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

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

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