Html Css Color HEX #0A7283 Teal

📋 copy color: '#0A7283'

red 10 ◦ green 114 ◦ blue 131

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

Shades of Teal #0A7283

Tints of Teal #0A7283

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.71%

 BLUE value IS 131 (51.56% from 255) = 51.37%

R = 3.92%
G = 44.71%
B = 51.37%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0A7283 (or 0x0A7283) is known color: Teal. HEX triplet: 0A, 72 and 83. RGB value is (10,114,131). Sum of RGB (Red+Green+Blue) = 10+114+131=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #0A7283 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7283 is #F58D7C. Grayscale: #545454. Windows color (decimal): -16092541 or 8614410. OLE color: 8614410.

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

Color convert

RGB 10 114 131 -
CMYK 0.92 0.13 0 0.49
HSL 188.43º 0.86% 0.28% -
HSV(B) 188.43º 0.92% 0.51% -
XYZ 10.24 13.74 23.58 -
YUV 84.84 154.04 74.62 -
System Red Green Blue C M Y K H S L
Decimal 10 114 131 0.92 0.13 0 0.49 188.43 0.86 0.28
Hex A 72 83 5C D 0 31 BC 56 1C
Octal 12 162 203 134 15 0 61 274 126 34
Binary 1010 1110010 10000011 1011100 1101 0 110001 10111100 1010110 11100

Color Harmonies of #0A7283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7283

Black with #0A7283

Text Example


Text Example

White with #0A7283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,114,131); }

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

background-color css

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

 a { background-color: rgb(10,114,131); }

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

border-color css

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

 span { border-color: rgb(10,114,131); }

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