#038282

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

Shades of Teal #038282

Tints of Teal #038282

Color information

#038282 (or 0x038282) is unknown color: approx Teal. HEX triplet: 03, 82 and 82. RGB value is (3,130,130). Sum of RGB (Red+Green+Blue) = 3+130+130=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #038282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038282 is #FC7D7D. Grayscale: #5B5B5B. Windows color (decimal): -16547198 or 8552963. OLE color: 8552963.

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

Color convert

RGB3130130-
CMYK0.98000.49
HSL180º95.49%26.08%-
HSV(B)180º97.69%50.98%-
XYZ12.0517.623.88-
YUV92.03149.4264.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.14%
GREEN value IS 130 (51.17% from 255) = 49.43%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=1.14%
G=49.43%
B=49.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31301300.98000.4918095.4926.08
Hex38282620031b45f1a
Octal3202202142006126413732
Binary11100000101000001011000100011000110110100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038282; }

 p { color: rgb(3,130,130); }

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

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

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

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

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

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

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