Html Css Color HEX #08738E Teal

📋 copy color: '#08738E'

red 8 ◦ green 115 ◦ blue 142

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

Shades of Teal #08738E

Tints of Teal #08738E

RGB

 RED value IS 8 (3.52% from 255) = 3.02%

 GREEN value IS 115 (45.31% from 255) = 43.4%

 BLUE value IS 142 (55.86% from 255) = 53.58%

R = 3.02%
G = 43.4%
B = 53.58%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08738E (or 0x08738E) is known color: Teal. HEX triplet: 08, 73 and 8E. RGB value is (8,115,142). Sum of RGB (Red+Green+Blue) = 8+115+142=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #08738E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08738E is #F78C71. Grayscale: #555555. Windows color (decimal): -16223346 or 9335560. OLE color: 9335560.

HSL color Cylindrical-coordinate representation of color #08738E: hue angle of 192.09º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08738E is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 115 142 -
CMYK 0.94 0.19 0 0.44
HSL 192.09º 0.89% 0.29% -
HSV(B) 192.09º 0.94% 0.56% -
XYZ 11.11 14.27 27.76 -
YUV 86.09 159.55 72.3 -
System Red Green Blue C M Y K H S L
Decimal 8 115 142 0.94 0.19 0 0.44 192.09 0.89 0.29
Hex 8 73 8E 5E 13 0 2C C0 59 1D
Octal 10 163 216 136 23 0 54 300 131 35
Binary 1000 1110011 10001110 1011110 10011 0 101100 11000000 1011001 11101

Color Harmonies of #08738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08738E

Black with #08738E

Text Example


Text Example

White with #08738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08738E; }

 p { color: rgb(8,115,142); }

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

background-color css

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

 a { background-color: rgb(8,115,142); }

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

border-color css

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

 span { border-color: rgb(8,115,142); }

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