Html Css Color HEX #0A7784 Teal

📋 copy color: '#0A7784'

red 10 ◦ green 119 ◦ blue 132

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

Shades of Teal #0A7784

Tints of Teal #0A7784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 50.57%

R = 3.83%
G = 45.59%
B = 50.57%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0A7784 (or 0x0A7784) is known color: Teal. HEX triplet: 0A, 77 and 84. RGB value is (10,119,132). Sum of RGB (Red+Green+Blue) = 10+119+132=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #0A7784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7784 is #F5887B. Grayscale: #575757. Windows color (decimal): -16091260 or 8681226. OLE color: 8681226.

HSL color Cylindrical-coordinate representation of color #0A7784: hue angle of 186.39º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7784 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 119 132 -
CMYK 0.92 0.10 0 0.48
HSL 186.39º 0.86% 0.28% -
HSV(B) 186.39º 0.92% 0.52% -
XYZ 10.89 14.92 24.14 -
YUV 87.89 152.89 72.44 -
System Red Green Blue C M Y K H S L
Decimal 10 119 132 0.92 0.10 0 0.48 186.39 0.86 0.28
Hex A 77 84 5C A 0 30 BA 56 1C
Octal 12 167 204 134 12 0 60 272 126 34
Binary 1010 1110111 10000100 1011100 1010 0 110000 10111010 1010110 11100

Color Harmonies of #0A7784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7784

Black with #0A7784

Text Example


Text Example

White with #0A7784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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