#038A7E

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

Shades of Teal #038A7E

Tints of Teal #038A7E

Color information

#038A7E (or 0x038A7E) is unknown color: approx Teal. HEX triplet: 03, 8A and 7E. RGB value is (3,138,126). Sum of RGB (Red+Green+Blue) = 3+138+126=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 138 (54.30% from 255 or 51.69% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 138 - color contains mainly: green. Hex color #038A7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038A7E is #FC7581. Grayscale: #606060. Windows color (decimal): -16545154 or 8292867. OLE color: 8292867.

HSL color Cylindrical-coordinate representation of color #038A7E: hue angle of 174.67º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038A7E is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB3138126-
CMYK0.9800.090.46
HSL174.67º95.74%27.65%-
HSV(B)174.67º97.83%54.12%-
XYZ12.8919.722.86-
YUV96.27144.7761.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 138 (54.30% from 255) = 51.69%
BLUE value IS 126 (49.61% from 255) = 47.19%
R=1.12%
G=51.69%
B=47.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31381260.9800.090.46174.6795.7427.65
Hex38A7E62092Eaf601c
Octal32121761420115625714034
Binary1110001010111111011000100100110111010101111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038A7E; }

 p { color: rgb(3,138,126); }

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

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

 a { background-color: rgb(3,138,126); }

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

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

 span { border-color: rgb(3,138,126); }

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