Html Css Color HEX #0A968A Dark Cyan

📋 copy color: '#0A968A'

red 10 ◦ green 150 ◦ blue 138

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

Shades of Dark Cyan #0A968A

Tints of Dark Cyan #0A968A

RGB

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

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

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

R = 3.36%
G = 50.34%
B = 46.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#0A968A (or 0x0A968A) is known color: Dark Cyan. HEX triplet: 0A, 96 and 8A. RGB value is (10,150,138). Sum of RGB (Red+Green+Blue) = 10+150+138=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #0A968A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A968A is #F56975. Grayscale: #6A6A6A. Windows color (decimal): -16083318 or 9082378. OLE color: 9082378.

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

Color convert

RGB 10 150 138 -
CMYK 0.93 0 0.08 0.41
HSL 174.86º 0.88% 0.31% -
HSV(B) 174.86º 0.93% 0.59% -
XYZ 15.62 23.71 27.8 -
YUV 106.77 145.62 58.98 -
System Red Green Blue C M Y K H S L
Decimal 10 150 138 0.93 0 0.08 0.41 174.86 0.88 0.31
Hex A 96 8A 5D 0 8 29 AF 58 1F
Octal 12 226 212 135 0 10 51 257 130 37
Binary 1010 10010110 10001010 1011101 0 1000 101001 10101111 1011000 11111

Color Harmonies of #0A968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A968A

Black with #0A968A

Text Example


Text Example

White with #0A968A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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