#2CA79B

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

Shades of Java #2CA79B

Tints of Java #2CA79B

Color information

#2CA79B (or 0x2CA79B) is unknown color: approx Java. HEX triplet: 2C, A7 and 9B. RGB value is (44,167,155). Sum of RGB (Red+Green+Blue) = 44+167+155=366 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.02% from 366); Green value is 167 (65.62% from 255 or 45.63% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 167 - color contains mainly: green. Hex color #2CA79B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA79B is #D35864. Grayscale: #808080. Windows color (decimal): -13850725 or 10200876. OLE color: 10200876.

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

Color convert

RGB44167155-
CMYK0.7400.070.35
HSL174.15º58.29%41.37%-
HSV(B)174.15º73.65%65.49%-
XYZ20.7730.5435.81-
YUV128.86142.7567.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.02%
GREEN value IS 167 (65.62% from 255) = 45.63%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=12.02%
G=45.63%
B=42.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal441671550.7400.070.35174.1558.2941.37
Hex2CA79B4A0723ae3a29
Octal5424723311207432567251
Binary10110010100111100110111001010011110001110101110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,167,155); }

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

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

 a { background-color: rgb(44,167,155); }

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

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

 span { border-color: rgb(44,167,155); }

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