#129888

Color #129888 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #129888

Tints of Dark Cyan #129888

Color information

#129888 (or 0x129888) is unknown color: approx Dark Cyan. HEX triplet: 12, 98 and 88. RGB value is (18,152,136). Sum of RGB (Red+Green+Blue) = 18+152+136=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #129888 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129888 is #ED6777. Grayscale: #6E6E6E. Windows color (decimal): -15558520 or 8951826. OLE color: 8951826.

HSL color Cylindrical-coordinate representation of color #129888: hue angle of 172.84º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129888 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB18152136-
CMYK0.8800.110.40
HSL172.84º78.82%33.33%-
HSV(B)172.84º88.16%59.61%-
XYZ15.9224.3627.16-
YUV110.11142.6162.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.88%
GREEN value IS 152 (59.77% from 255) = 49.67%
BLUE value IS 136 (53.52% from 255) = 44.44%
R=5.88%
G=49.67%
B=44.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal181521360.8800.110.40172.8478.8233.33
Hex129888580B28ad4f21
Octal222302101300135025511741
Binary100101001100010001000101100001011101000101011011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129888; }

 p { color: rgb(18,152,136); }

 H1.HeaderClassName
 {
   color: #129888;
 }
 .AnyTagClassName
 {
   color: #129888;
 }
</style>
background-color css

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

 a { background-color: rgb(18,152,136); }

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

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

 span { border-color: rgb(18,152,136); }

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