Html Css Color HEX #08748C Teal

📋 copy color: '#08748C'

red 8 ◦ green 116 ◦ blue 140

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

Shades of Teal #08748C

Tints of Teal #08748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.94%

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

R = 3.03%
G = 43.94%
B = 53.03%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08748C (or 0x08748C) is known color: Teal. HEX triplet: 08, 74 and 8C. RGB value is (8,116,140). Sum of RGB (Red+Green+Blue) = 8+116+140=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #08748C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08748C is #F78B73. Grayscale: #565656. Windows color (decimal): -16223092 or 9204744. OLE color: 9204744.

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

Color convert

RGB 8 116 140 -
CMYK 0.94 0.17 0 0.45
HSL 190.91º 0.89% 0.29% -
HSV(B) 190.91º 0.94% 0.55% -
XYZ 11.08 14.44 27.01 -
YUV 86.44 158.22 72.05 -
System Red Green Blue C M Y K H S L
Decimal 8 116 140 0.94 0.17 0 0.45 190.91 0.89 0.29
Hex 8 74 8C 5E 11 0 2D BF 59 1D
Octal 10 164 214 136 21 0 55 277 131 35
Binary 1000 1110100 10001100 1011110 10001 0 101101 10111111 1011001 11101

Color Harmonies of #08748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08748C

Black with #08748C

Text Example


Text Example

White with #08748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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