#038284

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

Shades of Teal #038284

Tints of Teal #038284

Color information

#038284 (or 0x038284) is unknown color: approx Teal. HEX triplet: 03, 82 and 84. RGB value is (3,130,132). Sum of RGB (Red+Green+Blue) = 3+130+132=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #038284 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038284 is #FC7D7B. Grayscale: #5C5C5C. Windows color (decimal): -16547196 or 8684035. OLE color: 8684035.

HSL color Cylindrical-coordinate representation of color #038284: hue angle of 180.93º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038284 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3130132-
CMYK0.980.0200.48
HSL180.93º95.56%26.47%-
HSV(B)180.93º97.73%51.76%-
XYZ12.1917.6524.59-
YUV92.26150.4264.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.13%
GREEN value IS 130 (51.17% from 255) = 49.06%
BLUE value IS 132 (51.95% from 255) = 49.81%
R=1.13%
G=49.06%
B=49.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31301320.980.0200.48180.9395.5626.47
Hex38284622030b5601a
Octal3202204142206026514032
Binary111000001010000100110001010011000010110101110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038284; }

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

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

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

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

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

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

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

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