Html Css Color HEX #08758C Teal

📋 copy color: '#08758C'

red 8 ◦ green 117 ◦ blue 140

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

Shades of Teal #08758C

Tints of Teal #08758C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.15%

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

R = 3.02%
G = 44.15%
B = 52.83%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08758C (or 0x08758C) is known color: Teal. HEX triplet: 08, 75 and 8C. RGB value is (8,117,140). Sum of RGB (Red+Green+Blue) = 8+117+140=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #08758C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08758C is #F78A73. Grayscale: #565656. Windows color (decimal): -16222836 or 9205000. OLE color: 9205000.

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

Color convert

RGB 8 117 140 -
CMYK 0.94 0.16 0 0.45
HSL 190.45º 0.89% 0.29% -
HSV(B) 190.45º 0.94% 0.55% -
XYZ 11.2 14.67 27.05 -
YUV 87.03 157.89 71.63 -
System Red Green Blue C M Y K H S L
Decimal 8 117 140 0.94 0.16 0 0.45 190.45 0.89 0.29
Hex 8 75 8C 5E 10 0 2D BE 59 1D
Octal 10 165 214 136 20 0 55 276 131 35
Binary 1000 1110101 10001100 1011110 10000 0 101101 10111110 1011001 11101

Color Harmonies of #08758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08758C

Black with #08758C

Text Example


Text Example

White with #08758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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