#2C9397

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

Shades of Java #2C9397

Tints of Java #2C9397

Color information

#2C9397 (or 0x2C9397) is unknown color: approx Java. HEX triplet: 2C, 93 and 97. RGB value is (44,147,151). Sum of RGB (Red+Green+Blue) = 44+147+151=342 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.87% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 151 - color contains mainly: blue. Hex color #2C9397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9397 is #D36C68. Grayscale: #747474. Windows color (decimal): -13855849 or 9933612. OLE color: 9933612.

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

Color convert

RGB44147151-
CMYK0.710.0300.41
HSL182.24º54.87%38.24%-
HSV(B)182.24º70.86%59.22%-
XYZ17.0623.6432.94-
YUV116.66147.3876.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.87%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 151 (59.38% from 255) = 44.15%
R=12.87%
G=42.98%
B=44.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal441471510.710.0300.41182.2454.8738.24
Hex2C9397473029b63726
Octal5422322710730512666746
Binary1011001001001110010111100011111010100110110110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,147,151); }

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

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

 a { background-color: rgb(44,147,151); }

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

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

 span { border-color: rgb(44,147,151); }

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