Html Css Color HEX #128190 Dark Cyan

📋 copy color: '#128190'

red 18 ◦ green 129 ◦ blue 144

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

Shades of Dark Cyan #128190

Tints of Dark Cyan #128190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.33%

 BLUE value IS 144 (56.64% from 255) = 49.48%

R = 6.19%
G = 44.33%
B = 49.48%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#128190 (or 0x128190) is known color: Dark Cyan. HEX triplet: 12, 81 and 90. RGB value is (18,129,144). Sum of RGB (Red+Green+Blue) = 18+129+144=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #128190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128190 is #ED7E6F. Grayscale: #616161. Windows color (decimal): -15564400 or 9470226. OLE color: 9470226.

HSL color Cylindrical-coordinate representation of color #128190: hue angle of 187.14º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128190 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 129 144 -
CMYK 0.88 0.10 0 0.44
HSL 187.14º 0.78% 0.32% -
HSV(B) 187.14º 0.88% 0.56% -
XYZ 13.13 17.84 29.14 -
YUV 97.52 154.23 71.28 -
System Red Green Blue C M Y K H S L
Decimal 18 129 144 0.88 0.10 0 0.44 187.14 0.78 0.32
Hex 12 81 90 58 A 0 2C BB 4E 20
Octal 22 201 220 130 12 0 54 273 116 40
Binary 10010 10000001 10010000 1011000 1010 0 101100 10111011 1001110 100000

Color Harmonies of #128190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128190

Black with #128190

Text Example


Text Example

White with #128190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128190; }

 p { color: rgb(18,129,144); }

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

background-color css

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

 a { background-color: rgb(18,129,144); }

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

border-color css

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

 span { border-color: rgb(18,129,144); }

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