Html Css Color HEX #0A988A Dark Cyan

📋 copy color: '#0A988A'

red 10 ◦ green 152 ◦ blue 138

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

Shades of Dark Cyan #0A988A

Tints of Dark Cyan #0A988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.67%

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

R = 3.33%
G = 50.67%
B = 46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#0A988A (or 0x0A988A) is known color: Dark Cyan. HEX triplet: 0A, 98 and 8A. RGB value is (10,152,138). Sum of RGB (Red+Green+Blue) = 10+152+138=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #0A988A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A988A is #F56775. Grayscale: #6B6B6B. Windows color (decimal): -16082806 or 9082890. OLE color: 9082890.

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

Color convert

RGB 10 152 138 -
CMYK 0.93 0 0.09 0.40
HSL 174.08º 0.88% 0.32% -
HSV(B) 174.08º 0.93% 0.6% -
XYZ 15.94 24.36 27.91 -
YUV 107.95 144.96 58.14 -
System Red Green Blue C M Y K H S L
Decimal 10 152 138 0.93 0 0.09 0.40 174.08 0.88 0.32
Hex A 98 8A 5D 0 9 28 AE 58 20
Octal 12 230 212 135 0 11 50 256 130 40
Binary 1010 10011000 10001010 1011101 0 1001 101000 10101110 1011000 100000

Color Harmonies of #0A988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A988A

Black with #0A988A

Text Example


Text Example

White with #0A988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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