Html Css Color HEX #0A9683 Dark Cyan

📋 copy color: '#0A9683'

red 10 ◦ green 150 ◦ blue 131

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

Shades of Dark Cyan #0A9683

Tints of Dark Cyan #0A9683

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.55%

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

R = 3.44%
G = 51.55%
B = 45.02%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#0A9683 (or 0x0A9683) is known color: Dark Cyan. HEX triplet: 0A, 96 and 83. RGB value is (10,150,131). Sum of RGB (Red+Green+Blue) = 10+150+131=291 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.44% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #0A9683 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9683 is #F5697C. Grayscale: #696969. Windows color (decimal): -16083325 or 8623626. OLE color: 8623626.

HSL color Cylindrical-coordinate representation of color #0A9683: hue angle of 171.86º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9683 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 10 150 131 -
CMYK 0.93 0 0.13 0.41
HSL 171.86º 0.88% 0.31% -
HSV(B) 171.86º 0.93% 0.59% -
XYZ 15.13 23.52 25.21 -
YUV 105.97 142.12 59.54 -
System Red Green Blue C M Y K H S L
Decimal 10 150 131 0.93 0 0.13 0.41 171.86 0.88 0.31
Hex A 96 83 5D 0 D 29 AC 58 1F
Octal 12 226 203 135 0 15 51 254 130 37
Binary 1010 10010110 10000011 1011101 0 1101 101001 10101100 1011000 11111

Color Harmonies of #0A9683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9683

Black with #0A9683

Text Example


Text Example

White with #0A9683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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