#2C9FA5

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

Shades of Java #2C9FA5

Tints of Java #2C9FA5

Color information

#2C9FA5 (or 0x2C9FA5) is unknown color: approx Java. HEX triplet: 2C, 9F and A5. RGB value is (44,159,165). Sum of RGB (Red+Green+Blue) = 44+159+165=368 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.96% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 165 - color contains mainly: blue. Hex color #2C9FA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9FA5 is #D3605A. Grayscale: #7D7D7D. Windows color (decimal): -13852763 or 10854188. OLE color: 10854188.

HSL color Cylindrical-coordinate representation of color #2C9FA5: hue angle of 182.98º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C9FA5 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB44159165-
CMYK0.730.0400.35
HSL182.98º57.89%40.98%-
HSV(B)182.98º73.33%64.71%-
XYZ20.2328.0539.95-
YUV125.3150.470.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.96%
GREEN value IS 159 (62.5% from 255) = 43.21%
BLUE value IS 165 (64.84% from 255) = 44.84%
R=11.96%
G=43.21%
B=44.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal441591650.730.0400.35182.9857.8940.98
Hex2C9FA5494023b73a29
Octal5423724511140432677251
Binary10110010011111101001011001001100010001110110111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,159,165); }

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

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

 a { background-color: rgb(44,159,165); }

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

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

 span { border-color: rgb(44,159,165); }

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