#06553F

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

Shades of Deep Teal #06553F

Tints of Deep Teal #06553F

Color information

#06553F (or 0x06553F) is unknown color: approx Deep Teal. HEX triplet: 06, 55 and 3F. RGB value is (6,85,63). Sum of RGB (Red+Green+Blue) = 6+85+63=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #06553F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06553F is #F9AAC0. Grayscale: #3A3A3A. Windows color (decimal): -16362177 or 4150534. OLE color: 4150534.

HSL color Cylindrical-coordinate representation of color #06553F: hue angle of 163.29º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06553F is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB68563-
CMYK0.9300.260.67
HSL163.29º86.81%17.84%-
HSV(B)163.29º92.94%33.33%-
XYZ4.226.895.81-
YUV58.87130.3390.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.90%
GREEN value IS 85 (33.59% from 255) = 55.19%
BLUE value IS 63 (25% from 255) = 40.91%
R=3.90%
G=55.19%
B=40.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal685630.9300.260.67163.2986.8117.84
Hex6553F5D01A43a35712
Octal61257713503210324312722
Binary11010101011111111011101011010100001110100011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06553F; }

 p { color: rgb(6,85,63); }

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

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

 a { background-color: rgb(6,85,63); }

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

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

 span { border-color: rgb(6,85,63); }

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