Html Css Color HEX #0A7581 Teal

📋 copy color: '#0A7581'

red 10 ◦ green 117 ◦ blue 129

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

Shades of Teal #0A7581

Tints of Teal #0A7581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 50.39%

R = 3.91%
G = 45.7%
B = 50.39%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0A7581 (or 0x0A7581) is known color: Teal. HEX triplet: 0A, 75 and 81. RGB value is (10,117,129). Sum of RGB (Red+Green+Blue) = 10+117+129=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #0A7581 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7581 is #F58A7E. Grayscale: #565656. Windows color (decimal): -16091775 or 8484106. OLE color: 8484106.

HSL color Cylindrical-coordinate representation of color #0A7581: hue angle of 186.05º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7581 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 10 117 129 -
CMYK 0.92 0.09 0 0.49
HSL 186.05º 0.86% 0.27% -
HSV(B) 186.05º 0.92% 0.51% -
XYZ 10.45 14.37 22.99 -
YUV 86.38 152.05 73.52 -
System Red Green Blue C M Y K H S L
Decimal 10 117 129 0.92 0.09 0 0.49 186.05 0.86 0.27
Hex A 75 81 5C 9 0 31 BA 56 1B
Octal 12 165 201 134 11 0 61 272 126 33
Binary 1010 1110101 10000001 1011100 1001 0 110001 10111010 1010110 11011

Color Harmonies of #0A7581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7581

Black with #0A7581

Text Example


Text Example

White with #0A7581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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