Html Css Color HEX #128E89 Dark Cyan

📋 copy color: '#128E89'

red 18 ◦ green 142 ◦ blue 137

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

Shades of Dark Cyan #128E89

Tints of Dark Cyan #128E89

RGB

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

 GREEN value IS 142 (55.86% from 255) = 47.81%

 BLUE value IS 137 (53.91% from 255) = 46.13%

R = 6.06%
G = 47.81%
B = 46.13%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#128E89 (or 0x128E89) is known color: Dark Cyan. HEX triplet: 12, 8E and 89. RGB value is (18,142,137). Sum of RGB (Red+Green+Blue) = 18+142+137=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #128E89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128E89 is #ED7176. Grayscale: #686868. Windows color (decimal): -15561079 or 9014802. OLE color: 9014802.

HSL color Cylindrical-coordinate representation of color #128E89: hue angle of 177.58º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128E89 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 142 137 -
CMYK 0.87 0 0.04 0.44
HSL 177.58º 0.78% 0.31% -
HSV(B) 177.58º 0.87% 0.56% -
XYZ 14.44 21.28 27.01 -
YUV 104.35 146.42 66.41 -
System Red Green Blue C M Y K H S L
Decimal 18 142 137 0.87 0 0.04 0.44 177.58 0.78 0.31
Hex 12 8E 89 57 0 4 2C B2 4E 1F
Octal 22 216 211 127 0 4 54 262 116 37
Binary 10010 10001110 10001001 1010111 0 100 101100 10110010 1001110 11111

Color Harmonies of #128E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128E89

Black with #128E89

Text Example


Text Example

White with #128E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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