Html Css Color HEX #0A778B Teal

📋 copy color: '#0A778B'

red 10 ◦ green 119 ◦ blue 139

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

Shades of Teal #0A778B

Tints of Teal #0A778B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.4%

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

R = 3.73%
G = 44.4%
B = 51.87%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A778B (or 0x0A778B) is known color: Teal. HEX triplet: 0A, 77 and 8B. RGB value is (10,119,139). Sum of RGB (Red+Green+Blue) = 10+119+139=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A778B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A778B is #F58874. Grayscale: #585858. Windows color (decimal): -16091253 or 9139978. OLE color: 9139978.

HSL color Cylindrical-coordinate representation of color #0A778B: hue angle of 189.3º 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 #0A778B is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 10 119 139 -
CMYK 0.93 0.14 0 0.45
HSL 189.3º 0.87% 0.29% -
HSV(B) 189.3º 0.93% 0.55% -
XYZ 11.38 15.12 26.75 -
YUV 88.69 156.39 71.87 -
System Red Green Blue C M Y K H S L
Decimal 10 119 139 0.93 0.14 0 0.45 189.3 0.87 0.29
Hex A 77 8B 5D E 0 2D BD 57 1D
Octal 12 167 213 135 16 0 55 275 127 35
Binary 1010 1110111 10001011 1011101 1110 0 101101 10111101 1010111 11101

Color Harmonies of #0A778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A778B

Black with #0A778B

Text Example


Text Example

White with #0A778B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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