#007383

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

Shades of Teal #007383

Tints of Teal #007383

Color information

#007383 (or 0x007383) is unknown color: approx Teal. HEX triplet: 00, 73 and 83. RGB value is (0,115,131). Sum of RGB (Red+Green+Blue) = 0+115+131=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 131 (51.56% from 255 or 53.25% from 246); Max value from RGB is 131 - color contains mainly: blue. Hex color #007383 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007383 is #FF8C7C. Grayscale: #525252. Windows color (decimal): -16747645 or 8614656. OLE color: 8614656.

HSL color Cylindrical-coordinate representation of color #007383: hue angle of 187.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007383 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB0115131-
CMYK10.1200.49
HSL187.33º100%25.69%-
HSV(B)187.33º100%51.37%-
XYZ10.2313.923.62-
YUV82.44155.469.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 115 (45.31% from 255) = 46.75%
BLUE value IS 131 (51.56% from 255) = 53.25%
R=0%
G=46.75%
B=53.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal011513110.1200.49187.3310025.69
Hex0738364C031bb641a
Octal01632031441406127314432
Binary011100111000001111001001100011000110111011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007383; }

 p { color: rgb(0,115,131); }

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

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

 a { background-color: rgb(0,115,131); }

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

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

 span { border-color: rgb(0,115,131); }

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