Html Css Color HEX #128690 Dark Cyan

📋 copy color: '#128690'

red 18 ◦ green 134 ◦ blue 144

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

Shades of Dark Cyan #128690

Tints of Dark Cyan #128690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.27%

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

R = 6.08%
G = 45.27%
B = 48.65%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#128690 (or 0x128690) is known color: Dark Cyan. HEX triplet: 12, 86 and 90. RGB value is (18,134,144). Sum of RGB (Red+Green+Blue) = 18+134+144=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #128690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128690 is #ED796F. Grayscale: #646464. Windows color (decimal): -15563120 or 9471506. OLE color: 9471506.

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

Color convert

RGB 18 134 144 -
CMYK 0.88 0.07 0 0.44
HSL 184.76º 0.78% 0.32% -
HSV(B) 184.76º 0.88% 0.56% -
XYZ 13.81 19.19 29.36 -
YUV 100.46 152.57 69.19 -
System Red Green Blue C M Y K H S L
Decimal 18 134 144 0.88 0.07 0 0.44 184.76 0.78 0.32
Hex 12 86 90 58 7 0 2C B9 4E 20
Octal 22 206 220 130 7 0 54 271 116 40
Binary 10010 10000110 10010000 1011000 111 0 101100 10111001 1001110 100000

Color Harmonies of #128690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128690

Black with #128690

Text Example


Text Example

White with #128690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128690; }

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

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

background-color css

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

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

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

border-color css

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

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

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