Html Css Color HEX #0A9097 Dark Cyan

📋 copy color: '#0A9097'

red 10 ◦ green 144 ◦ blue 151

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

Shades of Dark Cyan #0A9097

Tints of Dark Cyan #0A9097

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.21%

 BLUE value IS 151 (59.38% from 255) = 49.51%

R = 3.28%
G = 47.21%
B = 49.51%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0A9097 (or 0x0A9097) is known color: Dark Cyan. HEX triplet: 0A, 90 and 97. RGB value is (10,144,151). Sum of RGB (Red+Green+Blue) = 10+144+151=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #0A9097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9097 is #F56F68. Grayscale: #686868. Windows color (decimal): -16084841 or 9932810. OLE color: 9932810.

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

Color convert

RGB 10 144 151 -
CMYK 0.93 0.05 0 0.41
HSL 182.98º 0.88% 0.32% -
HSV(B) 182.98º 0.93% 0.59% -
XYZ 15.68 22.25 32.75 -
YUV 104.73 154.11 60.43 -
System Red Green Blue C M Y K H S L
Decimal 10 144 151 0.93 0.05 0 0.41 182.98 0.88 0.32
Hex A 90 97 5D 5 0 29 B7 58 20
Octal 12 220 227 135 5 0 51 267 130 40
Binary 1010 10010000 10010111 1011101 101 0 101001 10110111 1011000 100000

Color Harmonies of #0A9097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9097

Black with #0A9097

Text Example


Text Example

White with #0A9097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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