Html Css Color HEX #0A9685 Dark Cyan

📋 copy color: '#0A9685'

red 10 ◦ green 150 ◦ blue 133

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

Shades of Dark Cyan #0A9685

Tints of Dark Cyan #0A9685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.39%

R = 3.41%
G = 51.19%
B = 45.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#0A9685 (or 0x0A9685) is known color: Dark Cyan. HEX triplet: 0A, 96 and 85. RGB value is (10,150,133). Sum of RGB (Red+Green+Blue) = 10+150+133=293 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.41% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #0A9685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9685 is #F5697A. Grayscale: #6A6A6A. Windows color (decimal): -16083323 or 8754698. OLE color: 8754698.

HSL color Cylindrical-coordinate representation of color #0A9685: hue angle of 172.71º 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 #0A9685 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 10 150 133 -
CMYK 0.93 0 0.11 0.41
HSL 172.71º 0.88% 0.31% -
HSV(B) 172.71º 0.93% 0.59% -
XYZ 15.27 23.57 25.94 -
YUV 106.2 143.12 59.38 -
System Red Green Blue C M Y K H S L
Decimal 10 150 133 0.93 0 0.11 0.41 172.71 0.88 0.31
Hex A 96 85 5D 0 B 29 AD 58 1F
Octal 12 226 205 135 0 13 51 255 130 37
Binary 1010 10010110 10000101 1011101 0 1011 101001 10101101 1011000 11111

Color Harmonies of #0A9685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9685

Black with #0A9685

Text Example


Text Example

White with #0A9685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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