Html Css Color HEX #0A7B84 Teal

📋 copy color: '#0A7B84'

red 10 ◦ green 123 ◦ blue 132

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

Shades of Teal #0A7B84

Tints of Teal #0A7B84

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.42%

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

R = 3.77%
G = 46.42%
B = 49.81%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0A7B84 (or 0x0A7B84) is known color: Teal. HEX triplet: 0A, 7B and 84. RGB value is (10,123,132). Sum of RGB (Red+Green+Blue) = 10+123+132=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #0A7B84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7B84 is #F5847B. Grayscale: #5A5A5A. Windows color (decimal): -16090236 or 8682250. OLE color: 8682250.

HSL color Cylindrical-coordinate representation of color #0A7B84: hue angle of 184.43º 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 #0A7B84 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 123 132 -
CMYK 0.92 0.07 0 0.48
HSL 184.43º 0.86% 0.28% -
HSV(B) 184.43º 0.92% 0.52% -
XYZ 11.37 15.9 24.3 -
YUV 90.24 151.56 70.77 -
System Red Green Blue C M Y K H S L
Decimal 10 123 132 0.92 0.07 0 0.48 184.43 0.86 0.28
Hex A 7B 84 5C 7 0 30 B8 56 1C
Octal 12 173 204 134 7 0 60 270 126 34
Binary 1010 1111011 10000100 1011100 111 0 110000 10111000 1010110 11100

Color Harmonies of #0A7B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7B84

Black with #0A7B84

Text Example


Text Example

White with #0A7B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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