#2CA49F

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

Shades of Java #2CA49F

Tints of Java #2CA49F

Color information

#2CA49F (or 0x2CA49F) is unknown color: approx Java. HEX triplet: 2C, A4 and 9F. RGB value is (44,164,159). Sum of RGB (Red+Green+Blue) = 44+164+159=367 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.99% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #2CA49F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA49F is #D35B60. Grayscale: #7F7F7F. Windows color (decimal): -13851489 or 10462252. OLE color: 10462252.

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

Color convert

RGB44164159-
CMYK0.7300.030.36
HSL177.5º57.69%40.78%-
HSV(B)177.5º73.17%64.31%-
XYZ20.5729.5937.43-
YUV127.55145.7468.41-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.99%
GREEN value IS 164 (64.45% from 255) = 44.69%
BLUE value IS 159 (62.5% from 255) = 43.32%
R=11.99%
G=44.69%
B=43.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal441641590.7300.030.36177.557.6940.78
Hex2CA49F490324b23a29
Octal5424423711103442627251
Binary1011001010010010011111100100101110010010110010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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