#077383

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

Shades of Teal #077383

Tints of Teal #077383

Color information

#077383 (or 0x077383) is unknown color: approx Teal. HEX triplet: 07, 73 and 83. RGB value is (7,115,131). Sum of RGB (Red+Green+Blue) = 7+115+131=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #077383 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077383 is #F88C7C. Grayscale: #545454. Windows color (decimal): -16288893 or 8614663. OLE color: 8614663.

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

Color convert

RGB7115131-
CMYK0.950.1200.49
HSL187.74º89.86%27.06%-
HSV(B)187.74º94.66%51.37%-
XYZ10.3213.9523.62-
YUV84.53154.2272.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.77%
GREEN value IS 115 (45.31% from 255) = 45.45%
BLUE value IS 131 (51.56% from 255) = 51.78%
R=2.77%
G=45.45%
B=51.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71151310.950.1200.49187.7489.8627.06
Hex773835FC031bc5a1b
Octal71632031371406127413233
Binary11111100111000001110111111100011000110111100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077383; }

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

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

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

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

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

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

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

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