Html Css Color HEX #0A758B Teal

📋 copy color: '#0A758B'

red 10 ◦ green 117 ◦ blue 139

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

Shades of Teal #0A758B

Tints of Teal #0A758B

RGB

 RED value IS 10 (4.3% from 255) = 3.76%

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

 BLUE value IS 139 (54.69% from 255) = 52.26%

R = 3.76%
G = 43.98%
B = 52.26%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A758B (or 0x0A758B) is known color: Teal. HEX triplet: 0A, 75 and 8B. RGB value is (10,117,139). Sum of RGB (Red+Green+Blue) = 10+117+139=266 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.76% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A758B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A758B is #F58A74. Grayscale: #575757. Windows color (decimal): -16091765 or 9139466. OLE color: 9139466.

HSL color Cylindrical-coordinate representation of color #0A758B: hue angle of 190.23º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A758B is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 10 117 139 -
CMYK 0.93 0.16 0 0.45
HSL 190.23º 0.87% 0.29% -
HSV(B) 190.23º 0.93% 0.55% -
XYZ 11.15 14.65 26.67 -
YUV 87.52 157.05 72.71 -
System Red Green Blue C M Y K H S L
Decimal 10 117 139 0.93 0.16 0 0.45 190.23 0.87 0.29
Hex A 75 8B 5D 10 0 2D BE 57 1D
Octal 12 165 213 135 20 0 55 276 127 35
Binary 1010 1110101 10001011 1011101 10000 0 101101 10111110 1010111 11101

Color Harmonies of #0A758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A758B

Black with #0A758B

Text Example


Text Example

White with #0A758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A758B; }

 p { color: rgb(10,117,139); }

 H1.HeaderClassName
 {
   color: #0A758B;
 }
 .AnyTagClassName
 {
   color: #0A758B;
 }
</style>

background-color css

<style>
 a { background-color: #0A758B; }

 a { background-color: rgb(10,117,139); }

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

border-color css

<style>
 span { border-color: #0A758B; }

 span { border-color: rgb(10,117,139); }

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