Html Css Color HEX #128590 Dark Cyan

📋 copy color: '#128590'

red 18 ◦ green 133 ◦ blue 144

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

Shades of Dark Cyan #128590

Tints of Dark Cyan #128590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.08%

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

R = 6.1%
G = 45.08%
B = 48.81%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#128590 (or 0x128590) is known color: Dark Cyan. HEX triplet: 12, 85 and 90. RGB value is (18,133,144). Sum of RGB (Red+Green+Blue) = 18+133+144=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #128590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128590 is #ED7A6F. Grayscale: #636363. Windows color (decimal): -15563376 or 9471250. OLE color: 9471250.

HSL color Cylindrical-coordinate representation of color #128590: hue angle of 185.24º 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 #128590 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 133 144 -
CMYK 0.88 0.08 0 0.44
HSL 185.24º 0.78% 0.32% -
HSV(B) 185.24º 0.88% 0.56% -
XYZ 13.67 18.92 29.32 -
YUV 99.87 152.9 69.61 -
System Red Green Blue C M Y K H S L
Decimal 18 133 144 0.88 0.08 0 0.44 185.24 0.78 0.32
Hex 12 85 90 58 8 0 2C B9 4E 20
Octal 22 205 220 130 10 0 54 271 116 40
Binary 10010 10000101 10010000 1011000 1000 0 101100 10111001 1001110 100000

Color Harmonies of #128590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128590

Black with #128590

Text Example


Text Example

White with #128590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128590; }

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

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

background-color css

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

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

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

border-color css

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

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

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