Html Css Color HEX #128488 Dark Cyan

📋 copy color: '#128488'

red 18 ◦ green 132 ◦ blue 136

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

Shades of Dark Cyan #128488

Tints of Dark Cyan #128488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.15%

 BLUE value IS 136 (53.52% from 255) = 47.55%

R = 6.29%
G = 46.15%
B = 47.55%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#128488 (or 0x128488) is known color: Dark Cyan. HEX triplet: 12, 84 and 88. RGB value is (18,132,136). Sum of RGB (Red+Green+Blue) = 18+132+136=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #128488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128488 is #ED7B77. Grayscale: #626262. Windows color (decimal): -15563640 or 8946706. OLE color: 8946706.

HSL color Cylindrical-coordinate representation of color #128488: hue angle of 182.03º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128488 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 132 136 -
CMYK 0.87 0.03 0 0.47
HSL 182.03º 0.77% 0.3% -
HSV(B) 182.03º 0.87% 0.53% -
XYZ 12.94 18.41 26.16 -
YUV 98.37 149.23 70.67 -
System Red Green Blue C M Y K H S L
Decimal 18 132 136 0.87 0.03 0 0.47 182.03 0.77 0.3
Hex 12 84 88 57 3 0 2F B6 4D 1E
Octal 22 204 210 127 3 0 57 266 115 36
Binary 10010 10000100 10001000 1010111 11 0 101111 10110110 1001101 11110

Color Harmonies of #128488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128488

Black with #128488

Text Example


Text Example

White with #128488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128488; }

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

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

background-color css

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

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

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

border-color css

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

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

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