Html Css Color HEX #0A8384 Teal

📋 copy color: '#0A8384'

red 10 ◦ green 131 ◦ blue 132

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

Shades of Teal #0A8384

Tints of Teal #0A8384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.99%

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

R = 3.66%
G = 47.99%
B = 48.35%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0A8384 (or 0x0A8384) is known color: Teal. HEX triplet: 0A, 83 and 84. RGB value is (10,131,132). Sum of RGB (Red+Green+Blue) = 10+131+132=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #0A8384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8384 is #F57C7B. Grayscale: #5E5E5E. Windows color (decimal): -16088188 or 8684298. OLE color: 8684298.

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

Color convert

RGB 10 131 132 -
CMYK 0.92 0.01 0 0.48
HSL 180.49º 0.86% 0.28% -
HSV(B) 180.49º 0.92% 0.52% -
XYZ 12.41 17.96 24.64 -
YUV 94.94 148.91 67.42 -
System Red Green Blue C M Y K H S L
Decimal 10 131 132 0.92 0.01 0 0.48 180.49 0.86 0.28
Hex A 83 84 5C 1 0 30 B4 56 1C
Octal 12 203 204 134 1 0 60 264 126 34
Binary 1010 10000011 10000100 1011100 1 0 110000 10110100 1010110 11100

Color Harmonies of #0A8384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8384

Black with #0A8384

Text Example


Text Example

White with #0A8384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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