Html Css Color HEX #08738D Teal

📋 copy color: '#08738D'

red 8 ◦ green 115 ◦ blue 141

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

Shades of Teal #08738D

Tints of Teal #08738D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.41%

R = 3.03%
G = 43.56%
B = 53.41%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08738D (or 0x08738D) is known color: Teal. HEX triplet: 08, 73 and 8D. RGB value is (8,115,141). Sum of RGB (Red+Green+Blue) = 8+115+141=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #08738D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08738D is #F78C72. Grayscale: #555555. Windows color (decimal): -16223347 or 9270024. OLE color: 9270024.

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

Color convert

RGB 8 115 141 -
CMYK 0.94 0.18 0 0.45
HSL 191.73º 0.89% 0.29% -
HSV(B) 191.73º 0.94% 0.55% -
XYZ 11.04 14.24 27.37 -
YUV 85.97 159.05 72.39 -
System Red Green Blue C M Y K H S L
Decimal 8 115 141 0.94 0.18 0 0.45 191.73 0.89 0.29
Hex 8 73 8D 5E 12 0 2D C0 59 1D
Octal 10 163 215 136 22 0 55 300 131 35
Binary 1000 1110011 10001101 1011110 10010 0 101101 11000000 1011001 11101

Color Harmonies of #08738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08738D

Black with #08738D

Text Example


Text Example

White with #08738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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