Html Css Color HEX #12888B Dark Cyan

📋 copy color: '#12888B'

red 18 ◦ green 136 ◦ blue 139

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

Shades of Dark Cyan #12888B

Tints of Dark Cyan #12888B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.44%

R = 6.14%
G = 46.42%
B = 47.44%

CMYK

 C value IS 0.87

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12888B (or 0x12888B) is known color: Dark Cyan. HEX triplet: 12, 88 and 8B. RGB value is (18,136,139). Sum of RGB (Red+Green+Blue) = 18+136+139=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #12888B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12888B is #ED7774. Grayscale: #646464. Windows color (decimal): -15562613 or 9144338. OLE color: 9144338.

HSL color Cylindrical-coordinate representation of color #12888B: hue angle of 181.49º 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 #12888B is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 136 139 -
CMYK 0.87 0.02 0 0.45
HSL 181.49º 0.77% 0.31% -
HSV(B) 181.49º 0.87% 0.55% -
XYZ 13.71 19.6 27.49 -
YUV 101.06 149.41 68.76 -
System Red Green Blue C M Y K H S L
Decimal 18 136 139 0.87 0.02 0 0.45 181.49 0.77 0.31
Hex 12 88 8B 57 2 0 2D B5 4D 1F
Octal 22 210 213 127 2 0 55 265 115 37
Binary 10010 10001000 10001011 1010111 10 0 101101 10110101 1001101 11111

Color Harmonies of #12888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12888B

Black with #12888B

Text Example


Text Example

White with #12888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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