#2C969A

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

Shades of Java #2C969A

Tints of Java #2C969A

Color information

#2C969A (or 0x2C969A) is unknown color: approx Java. HEX triplet: 2C, 96 and 9A. RGB value is (44,150,154). Sum of RGB (Red+Green+Blue) = 44+150+154=348 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.64% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #2C969A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C969A is #D36965. Grayscale: #767676. Windows color (decimal): -13855078 or 10130988. OLE color: 10130988.

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

Color convert

RGB44150154-
CMYK0.710.0300.40
HSL182.18º55.56%38.82%-
HSV(B)182.18º71.43%60.39%-
XYZ17.7824.6834.4-
YUV118.76147.8874.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.64%
GREEN value IS 150 (58.98% from 255) = 43.10%
BLUE value IS 154 (60.55% from 255) = 44.25%
R=12.64%
G=43.10%
B=44.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal441501540.710.0300.40182.1855.5638.82
Hex2C969A473028b63827
Octal5422623210730502667047
Binary1011001001011010011010100011111010100010110110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,150,154); }

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

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

 a { background-color: rgb(44,150,154); }

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

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

 span { border-color: rgb(44,150,154); }

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