Html Css Color HEX #0A978A Dark Cyan

📋 copy color: '#0A978A'

red 10 ◦ green 151 ◦ blue 138

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

Shades of Dark Cyan #0A978A

Tints of Dark Cyan #0A978A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.5%

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

R = 3.34%
G = 50.5%
B = 46.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#0A978A (or 0x0A978A) is known color: Dark Cyan. HEX triplet: 0A, 97 and 8A. RGB value is (10,151,138). Sum of RGB (Red+Green+Blue) = 10+151+138=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #0A978A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A978A is #F56875. Grayscale: #6B6B6B. Windows color (decimal): -16083062 or 9082634. OLE color: 9082634.

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

Color convert

RGB 10 151 138 -
CMYK 0.93 0 0.09 0.41
HSL 174.47º 0.88% 0.32% -
HSV(B) 174.47º 0.93% 0.59% -
XYZ 15.78 24.03 27.85 -
YUV 107.36 145.29 58.56 -
System Red Green Blue C M Y K H S L
Decimal 10 151 138 0.93 0 0.09 0.41 174.47 0.88 0.32
Hex A 97 8A 5D 0 9 29 AE 58 20
Octal 12 227 212 135 0 11 51 256 130 40
Binary 1010 10010111 10001010 1011101 0 1001 101001 10101110 1011000 100000

Color Harmonies of #0A978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A978A

Black with #0A978A

Text Example


Text Example

White with #0A978A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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