#2C988C

Color #2C988C Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #2C988C

Tints of Java #2C988C

Color information

#2C988C (or 0x2C988C) is unknown color: approx Java. HEX triplet: 2C, 98 and 8C. RGB value is (44,152,140). Sum of RGB (Red+Green+Blue) = 44+152+140=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #2C988C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C988C is #D36773. Grayscale: #767676. Windows color (decimal): -13854580 or 9213996. OLE color: 9213996.

HSL color Cylindrical-coordinate representation of color #2C988C: hue angle of 173.33º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C988C is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB44152140-
CMYK0.7100.080.40
HSL173.33º55.1%38.43%-
HSV(B)173.33º71.05%59.61%-
XYZ1724.8928.72-
YUV118.34140.2274.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.10%
GREEN value IS 152 (59.77% from 255) = 45.24%
BLUE value IS 140 (55.08% from 255) = 41.67%
R=13.10%
G=45.24%
B=41.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal441521400.7100.080.40173.3355.138.43
Hex2C988C470828ad3726
Octal54230214107010502556746
Binary101100100110001000110010001110100010100010101101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C988C; }

 p { color: rgb(44,152,140); }

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

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

 a { background-color: rgb(44,152,140); }

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

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

 span { border-color: rgb(44,152,140); }

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