Html Css Color HEX #12888C Dark Cyan

📋 copy color: '#12888C'

red 18 ◦ green 136 ◦ blue 140

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

Shades of Dark Cyan #12888C

Tints of Dark Cyan #12888C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.26%

 BLUE value IS 140 (55.08% from 255) = 47.62%

R = 6.12%
G = 46.26%
B = 47.62%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12888C (or 0x12888C) is known color: Dark Cyan. HEX triplet: 12, 88 and 8C. RGB value is (18,136,140). Sum of RGB (Red+Green+Blue) = 18+136+140=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #12888C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12888C is #ED7773. Grayscale: #656565. Windows color (decimal): -15562612 or 9209874. OLE color: 9209874.

HSL color Cylindrical-coordinate representation of color #12888C: hue angle of 181.97º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12888C is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 136 140 -
CMYK 0.87 0.03 0 0.45
HSL 181.97º 0.77% 0.31% -
HSV(B) 181.97º 0.87% 0.55% -
XYZ 13.79 19.63 27.87 -
YUV 101.17 149.91 68.67 -
System Red Green Blue C M Y K H S L
Decimal 18 136 140 0.87 0.03 0 0.45 181.97 0.77 0.31
Hex 12 88 8C 57 3 0 2D B6 4D 1F
Octal 22 210 214 127 3 0 55 266 115 37
Binary 10010 10001000 10001100 1010111 11 0 101101 10110110 1001101 11111

Color Harmonies of #12888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12888C

Black with #12888C

Text Example


Text Example

White with #12888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12888C; }

 p { color: rgb(18,136,140); }

 H1.HeaderClassName
 {
   color: #12888C;
 }
 .AnyTagClassName
 {
   color: #12888C;
 }
</style>

background-color css

<style>
 a { background-color: #12888C; }

 a { background-color: rgb(18,136,140); }

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

border-color css

<style>
 span { border-color: #12888C; }

 span { border-color: rgb(18,136,140); }

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