#007A83

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

Shades of Teal #007A83

Tints of Teal #007A83

Color information

#007A83 (or 0x007A83) is unknown color: approx Teal. HEX triplet: 00, 7A and 83. RGB value is (0,122,131). Sum of RGB (Red+Green+Blue) = 0+122+131=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 122 (48.05% from 255 or 48.22% 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 #007A83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007A83 is #FF857C. Grayscale: #565656. Windows color (decimal): -16745853 or 8616448. OLE color: 8616448.

HSL color Cylindrical-coordinate representation of color #007A83: hue angle of 184.12º 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 #007A83 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB0122131-
CMYK10.0700.49
HSL184.12º100%25.69%-
HSV(B)184.12º100%51.37%-
XYZ11.0615.5623.89-
YUV86.55153.0866.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 122 (48.05% from 255) = 48.22%
BLUE value IS 131 (51.56% from 255) = 51.78%
R=0%
G=48.22%
B=51.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal012213110.0700.49184.1210025.69
Hex07A83647031b8641a
Octal0172203144706127014432
Binary01111010100000111100100111011000110111000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007A83; }

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

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

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

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

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

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

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

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