Html Css Color HEX #038083 Teal

📋 copy color: '#038083'

red 3 ◦ green 128 ◦ blue 131

#038083
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #038083

Tints of Teal #038083

RGB

 RED value IS 3 (1.56% from 255) = 1.15%

 GREEN value IS 128 (50.39% from 255) = 48.85%

 BLUE value IS 131 (51.56% from 255) = 50%

R = 1.15%
G = 48.85%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#038083 (or 0x038083) is known color: Teal. HEX triplet: 03, 80 and 83. RGB value is (3,128,131). Sum of RGB (Red+Green+Blue) = 3+128+131=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #038083 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038083 is #FC7F7C. Grayscale: #5A5A5A. Windows color (decimal): -16547709 or 8617987. OLE color: 8617987.

HSL color Cylindrical-coordinate representation of color #038083: hue angle of 181.41º degrees, saturation: 0.96, 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 #038083 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 128 131 -
CMYK 0.98 0.02 0 0.49
HSL 181.41º 0.96% 0.26% -
HSV(B) 181.41º 0.98% 0.51% -
XYZ 11.85 17.1 24.15 -
YUV 90.97 150.59 65.26 -
System Red Green Blue C M Y K H S L
Decimal 3 128 131 0.98 0.02 0 0.49 181.41 0.96 0.26
Hex 3 80 83 62 2 0 31 B5 60 1A
Octal 3 200 203 142 2 0 61 265 140 32
Binary 11 10000000 10000011 1100010 10 0 110001 10110101 1100000 11010

Color Harmonies of #038083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038083

Black with #038083

Text Example


Text Example

White with #038083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038083; }

 p { color: rgb(3,128,131); }

 H1.HeaderClassName
 {
   color: #038083;
 }
 .AnyTagClassName
 {
   color: #038083;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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