Html Css Color HEX #037188 Teal

📋 copy color: '#037188'

red 3 ◦ green 113 ◦ blue 136

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

Shades of Teal #037188

Tints of Teal #037188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.84%

 BLUE value IS 136 (53.52% from 255) = 53.97%

R = 1.19%
G = 44.84%
B = 53.97%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#037188 (or 0x037188) is known color: Teal. HEX triplet: 03, 71 and 88. RGB value is (3,113,136). Sum of RGB (Red+Green+Blue) = 3+113+136=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #037188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037188 is #FC8E77. Grayscale: #525252. Windows color (decimal): -16551544 or 8941827. OLE color: 8941827.

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

Color convert

RGB 3 113 136 -
CMYK 0.98 0.17 0 0.47
HSL 190.38º 0.96% 0.27% -
HSV(B) 190.38º 0.98% 0.53% -
XYZ 10.39 13.61 25.37 -
YUV 82.73 158.06 71.13 -
System Red Green Blue C M Y K H S L
Decimal 3 113 136 0.98 0.17 0 0.47 190.38 0.96 0.27
Hex 3 71 88 62 11 0 2F BE 60 1B
Octal 3 161 210 142 21 0 57 276 140 33
Binary 11 1110001 10001000 1100010 10001 0 101111 10111110 1100000 11011

Color Harmonies of #037188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037188

Black with #037188

Text Example


Text Example

White with #037188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037188; }

 p { color: rgb(3,113,136); }

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

background-color css

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

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

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

border-color css

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

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

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