Html Css Color HEX #128E91 Dark Cyan

📋 copy color: '#128E91'

red 18 ◦ green 142 ◦ blue 145

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

Shades of Dark Cyan #128E91

Tints of Dark Cyan #128E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 47.54%

R = 5.9%
G = 46.56%
B = 47.54%

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#128E91 (or 0x128E91) is known color: Dark Cyan. HEX triplet: 12, 8E and 91. RGB value is (18,142,145). Sum of RGB (Red+Green+Blue) = 18+142+145=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #128E91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128E91 is #ED716E. Grayscale: #696969. Windows color (decimal): -15561071 or 9539090. OLE color: 9539090.

HSL color Cylindrical-coordinate representation of color #128E91: hue angle of 181.42º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128E91 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 142 145 -
CMYK 0.88 0.02 0 0.43
HSL 181.42º 0.78% 0.32% -
HSV(B) 181.42º 0.88% 0.57% -
XYZ 15.03 21.52 30.15 -
YUV 105.27 150.42 65.76 -
System Red Green Blue C M Y K H S L
Decimal 18 142 145 0.88 0.02 0 0.43 181.42 0.78 0.32
Hex 12 8E 91 58 2 0 2B B5 4E 20
Octal 22 216 221 130 2 0 53 265 116 40
Binary 10010 10001110 10010001 1011000 10 0 101011 10110101 1001110 100000

Color Harmonies of #128E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128E91

Black with #128E91

Text Example


Text Example

White with #128E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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