Html Css Color HEX #0A958D Dark Cyan

📋 copy color: '#0A958D'

red 10 ◦ green 149 ◦ blue 141

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

Shades of Dark Cyan #0A958D

Tints of Dark Cyan #0A958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.67%

 BLUE value IS 141 (55.47% from 255) = 47%

R = 3.33%
G = 49.67%
B = 47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#0A958D (or 0x0A958D) is known color: Dark Cyan. HEX triplet: 0A, 95 and 8D. RGB value is (10,149,141). Sum of RGB (Red+Green+Blue) = 10+149+141=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #0A958D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A958D is #F56A72. Grayscale: #6A6A6A. Windows color (decimal): -16083571 or 9278730. OLE color: 9278730.

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

Color convert

RGB 10 149 141 -
CMYK 0.93 0 0.05 0.42
HSL 176.55º 0.87% 0.31% -
HSV(B) 176.55º 0.93% 0.58% -
XYZ 15.68 23.48 28.91 -
YUV 106.53 147.45 59.15 -
System Red Green Blue C M Y K H S L
Decimal 10 149 141 0.93 0 0.05 0.42 176.55 0.87 0.31
Hex A 95 8D 5D 0 5 2A B1 57 1F
Octal 12 225 215 135 0 5 52 261 127 37
Binary 1010 10010101 10001101 1011101 0 101 101010 10110001 1010111 11111

Color Harmonies of #0A958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A958D

Black with #0A958D

Text Example


Text Example

White with #0A958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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