#00738A

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

Shades of Teal #00738A

Tints of Teal #00738A

Color information

#00738A (or 0x00738A) is unknown color: approx Teal. HEX triplet: 00, 73 and 8A. RGB value is (0,115,138). Sum of RGB (Red+Green+Blue) = 0+115+138=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #00738A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00738A is #FF8C75. Grayscale: #535353. Windows color (decimal): -16747638 or 9073408. OLE color: 9073408.

HSL color Cylindrical-coordinate representation of color #00738A: hue angle of 190º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00738A is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB0115138-
CMYK10.1700.46
HSL190º100%27.06%-
HSV(B)190º100%54.12%-
XYZ10.7214.126.2-
YUV83.24158.968.63-

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) = 45.45%
BLUE value IS 138 (54.30% from 255) = 54.55%
R=0%
G=45.45%
B=54.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal011513810.1700.4619010027.06
Hex0738A641102Ebe641b
Octal01632121442105627614433
Binary0111001110001010110010010001010111010111110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00738A; }

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

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

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

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

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

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

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

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