Html Css Color HEX #0A9693 Dark Cyan

📋 copy color: '#0A9693'

red 10 ◦ green 150 ◦ blue 147

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

Shades of Dark Cyan #0A9693

Tints of Dark Cyan #0A9693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.88%

R = 3.26%
G = 48.86%
B = 47.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#0A9693 (or 0x0A9693) is known color: Dark Cyan. HEX triplet: 0A, 96 and 93. RGB value is (10,150,147). Sum of RGB (Red+Green+Blue) = 10+150+147=307 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.26% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #0A9693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9693 is #F5696C. Grayscale: #6B6B6B. Windows color (decimal): -16083309 or 9672202. OLE color: 9672202.

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

Color convert

RGB 10 150 147 -
CMYK 0.93 0 0.02 0.41
HSL 178.71º 0.88% 0.31% -
HSV(B) 178.71º 0.93% 0.59% -
XYZ 16.3 23.98 31.37 -
YUV 107.8 150.12 58.24 -
System Red Green Blue C M Y K H S L
Decimal 10 150 147 0.93 0 0.02 0.41 178.71 0.88 0.31
Hex A 96 93 5D 0 2 29 B3 58 1F
Octal 12 226 223 135 0 2 51 263 130 37
Binary 1010 10010110 10010011 1011101 0 10 101001 10110011 1011000 11111

Color Harmonies of #0A9693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9693

Black with #0A9693

Text Example


Text Example

White with #0A9693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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