#07817e

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

Shades of Teal #07817E

Tints of Teal #07817E

Color information

#07817E (or 0x07817E) is unknown color: approx Teal. HEX triplet: 07, 81 and 7E. RGB value is (7,129,126). Sum of RGB (Red+Green+Blue) = 7+129+126=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #07817E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07817E is #F87E81. Grayscale: #5C5C5C. Windows color (decimal): -16285314 or 8290567. OLE color: 8290567.

HSL color Cylindrical-coordinate representation of color #07817E: hue angle of 178.52º 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 #07817E is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB7129126-
CMYK0.9500.020.49
HSL178.52º89.71%26.67%-
HSV(B)178.52º94.57%50.59%-
XYZ11.717.2522.45-
YUV92.18147.0867.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.67%
GREEN value IS 129 (50.78% from 255) = 49.24%
BLUE value IS 126 (49.61% from 255) = 48.09%
R=2.67%
G=49.24%
B=48.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71291260.9500.020.49178.5289.7126.67
Hex7817E5F0231b35a1b
Octal7201176137026126313233
Binary111100000011111110101111101011000110110011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07817e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07817e; }

 p { color: rgb(7,129,126); }

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

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

 a { background-color: rgb(7,129,126); }

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

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

 span { border-color: rgb(7,129,126); }

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