Html Css Color HEX #0A868A Dark Cyan

📋 copy color: '#0A868A'

red 10 ◦ green 134 ◦ blue 138

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

Shades of Dark Cyan #0A868A

Tints of Dark Cyan #0A868A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.52%

 BLUE value IS 138 (54.3% from 255) = 48.94%

R = 3.55%
G = 47.52%
B = 48.94%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0A868A (or 0x0A868A) is known color: Dark Cyan. HEX triplet: 0A, 86 and 8A. RGB value is (10,134,138). Sum of RGB (Red+Green+Blue) = 10+134+138=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A868A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A868A is #F57975. Grayscale: #616161. Windows color (decimal): -16087414 or 9078282. OLE color: 9078282.

HSL color Cylindrical-coordinate representation of color #0A868A: hue angle of 181.88º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A868A is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 10 134 138 -
CMYK 0.93 0.03 0 0.46
HSL 181.88º 0.86% 0.29% -
HSV(B) 181.88º 0.93% 0.54% -
XYZ 13.24 18.95 27 -
YUV 97.38 150.92 65.67 -
System Red Green Blue C M Y K H S L
Decimal 10 134 138 0.93 0.03 0 0.46 181.88 0.86 0.29
Hex A 86 8A 5D 3 0 2E B6 56 1D
Octal 12 206 212 135 3 0 56 266 126 35
Binary 1010 10000110 10001010 1011101 11 0 101110 10110110 1010110 11101

Color Harmonies of #0A868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A868A

Black with #0A868A

Text Example


Text Example

White with #0A868A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,134,138); }

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

background-color css

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

 a { background-color: rgb(10,134,138); }

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

border-color css

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

 span { border-color: rgb(10,134,138); }

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