Html Css Color HEX #08738A Teal

📋 copy color: '#08738A'

red 8 ◦ green 115 ◦ blue 138

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

Shades of Teal #08738A

Tints of Teal #08738A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.87%

R = 3.07%
G = 44.06%
B = 52.87%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#08738A (or 0x08738A) is known color: Teal. HEX triplet: 08, 73 and 8A. RGB value is (8,115,138). Sum of RGB (Red+Green+Blue) = 8+115+138=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #08738A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08738A is #F78C75. Grayscale: #555555. Windows color (decimal): -16223350 or 9073416. OLE color: 9073416.

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

Color convert

RGB 8 115 138 -
CMYK 0.94 0.17 0 0.46
HSL 190.62º 0.89% 0.29% -
HSV(B) 190.62º 0.94% 0.54% -
XYZ 10.82 14.15 26.21 -
YUV 85.63 157.55 72.63 -
System Red Green Blue C M Y K H S L
Decimal 8 115 138 0.94 0.17 0 0.46 190.62 0.89 0.29
Hex 8 73 8A 5E 11 0 2E BF 59 1D
Octal 10 163 212 136 21 0 56 277 131 35
Binary 1000 1110011 10001010 1011110 10001 0 101110 10111111 1011001 11101

Color Harmonies of #08738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08738A

Black with #08738A

Text Example


Text Example

White with #08738A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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