Html Css Color HEX #128990 Dark Cyan

📋 copy color: '#128990'

red 18 ◦ green 137 ◦ blue 144

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

Shades of Dark Cyan #128990

Tints of Dark Cyan #128990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.82%

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

R = 6.02%
G = 45.82%
B = 48.16%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#128990 (or 0x128990) is known color: Dark Cyan. HEX triplet: 12, 89 and 90. RGB value is (18,137,144). Sum of RGB (Red+Green+Blue) = 18+137+144=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #128990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128990 is #ED766F. Grayscale: #666666. Windows color (decimal): -15562352 or 9472274. OLE color: 9472274.

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

Color convert

RGB 18 137 144 -
CMYK 0.88 0.05 0 0.44
HSL 183.33º 0.78% 0.32% -
HSV(B) 183.33º 0.88% 0.56% -
XYZ 14.23 20.03 29.5 -
YUV 102.22 151.58 67.93 -
System Red Green Blue C M Y K H S L
Decimal 18 137 144 0.88 0.05 0 0.44 183.33 0.78 0.32
Hex 12 89 90 58 5 0 2C B7 4E 20
Octal 22 211 220 130 5 0 54 267 116 40
Binary 10010 10001001 10010000 1011000 101 0 101100 10110111 1001110 100000

Color Harmonies of #128990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128990

Black with #128990

Text Example


Text Example

White with #128990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128990; }

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

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

background-color css

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

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

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

border-color css

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

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

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