Html Css Color HEX #038089 Teal

📋 copy color: '#038089'

red 3 ◦ green 128 ◦ blue 137

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

Shades of Teal #038089

Tints of Teal #038089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 51.12%

R = 1.12%
G = 47.76%
B = 51.12%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#038089 (or 0x038089) is known color: Teal. HEX triplet: 03, 80 and 89. RGB value is (3,128,137). Sum of RGB (Red+Green+Blue) = 3+128+137=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #038089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038089 is #FC7F76. Grayscale: #5B5B5B. Windows color (decimal): -16547703 or 9011203. OLE color: 9011203.

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

Color convert

RGB 3 128 137 -
CMYK 0.98 0.07 0 0.46
HSL 184.03º 0.96% 0.27% -
HSV(B) 184.03º 0.98% 0.54% -
XYZ 12.27 17.26 26.35 -
YUV 91.65 153.59 64.77 -
System Red Green Blue C M Y K H S L
Decimal 3 128 137 0.98 0.07 0 0.46 184.03 0.96 0.27
Hex 3 80 89 62 7 0 2E B8 60 1B
Octal 3 200 211 142 7 0 56 270 140 33
Binary 11 10000000 10001001 1100010 111 0 101110 10111000 1100000 11011

Color Harmonies of #038089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038089

Black with #038089

Text Example


Text Example

White with #038089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038089; }

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

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

background-color css

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

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

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

border-color css

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

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

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