Html Css Color HEX #128B8C Dark Cyan

📋 copy color: '#128B8C'

red 18 ◦ green 139 ◦ blue 140

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

Shades of Dark Cyan #128B8C

Tints of Dark Cyan #128B8C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.8%

 BLUE value IS 140 (55.08% from 255) = 47.14%

R = 6.06%
G = 46.8%
B = 47.14%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#128B8C (or 0x128B8C) is known color: Dark Cyan. HEX triplet: 12, 8B and 8C. RGB value is (18,139,140). Sum of RGB (Red+Green+Blue) = 18+139+140=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #128B8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128B8C is #ED7473. Grayscale: #666666. Windows color (decimal): -15561844 or 9210642. OLE color: 9210642.

HSL color Cylindrical-coordinate representation of color #128B8C: hue angle of 180.49º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128B8C is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 139 140 -
CMYK 0.87 0.01 0 0.45
HSL 180.49º 0.77% 0.31% -
HSV(B) 180.49º 0.87% 0.55% -
XYZ 14.22 20.49 28.02 -
YUV 102.94 148.91 67.42 -
System Red Green Blue C M Y K H S L
Decimal 18 139 140 0.87 0.01 0 0.45 180.49 0.77 0.31
Hex 12 8B 8C 57 1 0 2D B4 4D 1F
Octal 22 213 214 127 1 0 55 264 115 37
Binary 10010 10001011 10001100 1010111 1 0 101101 10110100 1001101 11111

Color Harmonies of #128B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128B8C

Black with #128B8C

Text Example


Text Example

White with #128B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,139,140); }

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

background-color css

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

 a { background-color: rgb(18,139,140); }

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

border-color css

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

 span { border-color: rgb(18,139,140); }

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