#2CA19C

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

Shades of Java #2CA19C

Tints of Java #2CA19C

Color information

#2CA19C (or 0x2CA19C) is unknown color: approx Java. HEX triplet: 2C, A1 and 9C. RGB value is (44,161,156). Sum of RGB (Red+Green+Blue) = 44+161+156=361 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.19% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 161 - color contains mainly: green. Hex color #2CA19C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA19C is #D35E63. Grayscale: #7D7D7D. Windows color (decimal): -13852260 or 10264876. OLE color: 10264876.

HSL color Cylindrical-coordinate representation of color #2CA19C: hue angle of 177.44º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA19C is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB44161156-
CMYK0.7300.030.37
HSL177.44º57.07%40.2%-
HSV(B)177.44º72.67%63.14%-
XYZ19.7828.4335.9-
YUV125.45145.2469.91-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.19%
GREEN value IS 161 (63.28% from 255) = 44.60%
BLUE value IS 156 (61.33% from 255) = 43.21%
R=12.19%
G=44.60%
B=43.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal441611560.7300.030.37177.4457.0740.2
Hex2CA19C490325b13928
Octal5424123411103452617150
Binary1011001010000110011100100100101110010110110001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,161,156); }

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

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

 a { background-color: rgb(44,161,156); }

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

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

 span { border-color: rgb(44,161,156); }

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