Html Css Color HEX #12908E Dark Cyan

📋 copy color: '#12908E'

red 18 ◦ green 144 ◦ blue 142

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

Shades of Dark Cyan #12908E

Tints of Dark Cyan #12908E

RGB

 RED value IS 18 (7.42% from 255) = 5.92%

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

 BLUE value IS 142 (55.86% from 255) = 46.71%

R = 5.92%
G = 47.37%
B = 46.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#12908E (or 0x12908E) is known color: Dark Cyan. HEX triplet: 12, 90 and 8E. RGB value is (18,144,142). Sum of RGB (Red+Green+Blue) = 18+144+142=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #12908E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12908E is #ED6F71. Grayscale: #696969. Windows color (decimal): -15560562 or 9342994. OLE color: 9342994.

HSL color Cylindrical-coordinate representation of color #12908E: hue angle of 179.05º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12908E is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 144 142 -
CMYK 0.88 0 0.01 0.44
HSL 179.05º 0.78% 0.32% -
HSV(B) 179.05º 0.88% 0.56% -
XYZ 15.11 22.03 29.05 -
YUV 106.1 148.26 65.16 -
System Red Green Blue C M Y K H S L
Decimal 18 144 142 0.88 0 0.01 0.44 179.05 0.78 0.32
Hex 12 90 8E 58 0 1 2C B3 4E 20
Octal 22 220 216 130 0 1 54 263 116 40
Binary 10010 10010000 10001110 1011000 0 1 101100 10110011 1001110 100000

Color Harmonies of #12908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12908E

Black with #12908E

Text Example


Text Example

White with #12908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12908E; }

 p { color: rgb(18,144,142); }

 H1.HeaderClassName
 {
   color: #12908E;
 }
 .AnyTagClassName
 {
   color: #12908E;
 }
</style>

background-color css

<style>
 a { background-color: #12908E; }

 a { background-color: rgb(18,144,142); }

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

border-color css

<style>
 span { border-color: #12908E; }

 span { border-color: rgb(18,144,142); }

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