Html Css Color HEX #08738C Teal

📋 copy color: '#08738C'

red 8 ◦ green 115 ◦ blue 140

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

Shades of Teal #08738C

Tints of Teal #08738C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.23%

R = 3.04%
G = 43.73%
B = 53.23%

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

#08738C (or 0x08738C) is known color: Teal. HEX triplet: 08, 73 and 8C. RGB value is (8,115,140). Sum of RGB (Red+Green+Blue) = 8+115+140=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #08738C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08738C is #F78C73. Grayscale: #555555. Windows color (decimal): -16223348 or 9204488. OLE color: 9204488.

HSL color Cylindrical-coordinate representation of color #08738C: hue angle of 191.36º 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 #08738C is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 115 140 -
CMYK 0.94 0.18 0 0.45
HSL 191.36º 0.89% 0.29% -
HSV(B) 191.36º 0.94% 0.55% -
XYZ 10.96 14.21 26.98 -
YUV 85.86 158.55 72.47 -
System Red Green Blue C M Y K H S L
Decimal 8 115 140 0.94 0.18 0 0.45 191.36 0.89 0.29
Hex 8 73 8C 5E 12 0 2D BF 59 1D
Octal 10 163 214 136 22 0 55 277 131 35
Binary 1000 1110011 10001100 1011110 10010 0 101101 10111111 1011001 11101

Color Harmonies of #08738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08738C

Black with #08738C

Text Example


Text Example

White with #08738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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