Html Css Color HEX #0A8C95 Dark Cyan

📋 copy color: '#0A8C95'

red 10 ◦ green 140 ◦ blue 149

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

Shades of Dark Cyan #0A8C95

Tints of Dark Cyan #0A8C95

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.82%

 BLUE value IS 149 (58.59% from 255) = 49.83%

R = 3.34%
G = 46.82%
B = 49.83%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0A8C95 (or 0x0A8C95) is known color: Dark Cyan. HEX triplet: 0A, 8C and 95. RGB value is (10,140,149). Sum of RGB (Red+Green+Blue) = 10+140+149=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 140 (55.08% from 255 or 46.82% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A8C95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8C95 is #F5736A. Grayscale: #656565. Windows color (decimal): -16085867 or 9800714. OLE color: 9800714.

HSL color Cylindrical-coordinate representation of color #0A8C95: hue angle of 183.88º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8C95 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 140 149 -
CMYK 0.93 0.06 0 0.42
HSL 183.88º 0.87% 0.31% -
HSV(B) 183.88º 0.93% 0.58% -
XYZ 14.93 20.99 31.7 -
YUV 102.16 154.43 62.27 -
System Red Green Blue C M Y K H S L
Decimal 10 140 149 0.93 0.06 0 0.42 183.88 0.87 0.31
Hex A 8C 95 5D 6 0 2A B8 57 1F
Octal 12 214 225 135 6 0 52 270 127 37
Binary 1010 10001100 10010101 1011101 110 0 101010 10111000 1010111 11111

Color Harmonies of #0A8C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8C95

Black with #0A8C95

Text Example


Text Example

White with #0A8C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,140,149); }

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

background-color css

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

 a { background-color: rgb(10,140,149); }

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

border-color css

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

 span { border-color: rgb(10,140,149); }

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